1.
A user accidentally created the subdirectory \dir in his home directory. Which of the following commands will remove that directory?
2.
In compliance with the FHS, in which of the directories are man pages found?
3.
Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log?
4.
What is the purpose of the Bash built-in export command?
5.
What is the output of the following command?
echo "Hello World" | tr -d aieou
6.
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?
7.
Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?
8.
What is the default nice level when a process is started using the nice command?
9.
What is the default action of the split command on an input file?
10.
What is the difference between the i and a commands of the vi editor?