1.
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?
2.
Which of the following statements is correct regarding the command foo 1> bar?
3.
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
4.
Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line?
5.
A user accidentally created the subdirectory \dir in his home directory. Which of the following commands will remove that directory?
6.
In compliance with the FHS, in which of the directories are man pages found?
7.
Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log?
8.
What is the output of the following command? echo "Hello World" | tr -d aieou
9.
Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached?
10.
Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?