1.
Which of the following commands is run LAST during boot on a system with quotas enabled?
2.
An administrator has read/write permissions on an ordinary file foo. The administrator has just run ln foo bar. Which of the following would occur if the administrator ran rm foo?
3.
Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log?
4.
Which of the following Linux filesystems pre-allocates a fixed number of inodes at filesystems make/creation time, and does NOT generate them as needed?

 
5.
An administrator is having some trouble with a disk partition and needs to do maintenance on this partition. The administrator's users home directories are on it and several are logged in. Which of the following commands would disconnect the users and allow the administrator to safely execute maintenance tasks?
6.
Which of the following Debian package system commands will list all partially installed packages and suggest how to get them correctly installed?
7.
The message "Hard Disk Error" is displayed on the screen during Stage 1 of the GRUB boot process. Which of the following does this indicate?
8.
An administrator wants the default permissions for their files to be -rw-r-----. How must the administrator set umask?
9.
While editing a file in vi, an administrator realizes that the wrong file is being changed. Which of the following vi command sequences will allow the administrator to quit without saving any changes?
10.
In the command foo < bar | foobar, which of the following statements is correct?