1.
What command changes the priority of the process running with process id of 12345 to the highest priority?
2.
Which of the following commands is equivalent to kill 1234?
3.
What command would execute cmd1 followed by cmd2, regardless of the exit status of cmd1?
4.
What command will remove duplicate lines from a sorted file?
5.
Which command line option would you use to restrict the GNU find command to searching a particular number of subdirectories?
6.
You want to search the file myfile for all occurances of string containing at least five characters, where character number 2 and 5 are 'a' and character number 3 is NOT 'b'. Which command would you use?
7.
What does the following command do? cat '$TEST'
8.
In Bash, inserting "1>&2" after a command redirects
9.
Identify the proper device for the third partition, on the second hard disk, on the first IDE controller on a PC system.
10.
What is the proper option to put in /etc/fstab to enable group quotas for a particular parition?