- (Exam Topic 3)
When running the command
sed -e "s/a/b/" /tmp/file >/tmp/file
While /tmp/file contains data, why is /tmp/file empty afterwards?
Correct Answer:
C
- (Exam Topic 2)
Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?
Correct Answer:
C
- (Exam Topic 4)
Which of the following statements describes a difference between GNU GRUB Legacy and GRUB 2?
Correct Answer:
B
- (Exam Topic 5)
What does the command mount --bind do?
Correct Answer:
A
- (Exam Topic 5)
When considering the use of hard links, what are valid reasons not to use hard links?
Correct Answer:
A