1.
Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?
2.
What does the
3.
Which of the following commands can be used to create a USB storage media from a disk image?
4.
In Bash, inserting 1>&2 after a command redirects
5.
What command will generate a list of user names from /etc/passwd along with their login shell?
6.
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?
7.
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
8.
What is the maximum niceness value that a regular user can assign to a process with the nice command when executing a new process?
9.
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?
10.
In compliance with the FHS, in which of the directories are man pages found?