- (Exam Topic 3)
In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories?
Correct Answer:
B
- (Exam Topic 4)
Which command reads and displays the current contents of the Kernel Ring Buffer on the command line? (Specify ONLY the command without any path or parameters.)
Solution:
dmesg
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 3)
Which character, added to the end of a command, runs that command in the background as a child process of the current shell?
Correct Answer:
C
- (Exam Topic 4)
After moving data to a new filesystem, how can the former path of the data be kept intact in order to avoid reconfiguration of existing applications? (Choose TWO correct answers.)
Correct Answer:
CE
- (Exam Topic 4)
Which of the following commands will change all CR-LF pairs in an imported text file, userlist.txt, to Linux standard LF characters and store it as newlist.txt?
Correct Answer:
C