Free 101-500 Exam Dumps

Question 31

- (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

Question 32

- (Exam Topic 1)
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
Solution:
cmdline, /proc/cmdline

Does this meet the goal?

Correct Answer:A

Question 33

- (Exam Topic 3)
While editing a file in vi, the file changes due to another process. Without exiting vi, how can the file be reopened for editing with the new content?

Correct Answer:D

Question 34

- (Exam Topic 5) Given the following input stream:
txt1.txt
atxt.txt
txtB.txt
Which of the following regular expressions turns this input stream into the following output stream? txt1.bak.txt
atxt.bak.txt
txtB.bak.txt

Correct Answer:B

Question 35

- (Exam Topic 4)
After successfully creating a hard link called bar to the ordinary file foo, foo is deleted from the filesystem. Which of the following describes the resulting situation?

Correct Answer:B