1.
You do not want to see any error messages when using the find command; you want to see only the results. Which command accomplishes this task?
2.
In a terminal window, your current working directory is /home/geeko. You want to change to the /tmp directory. Which command will make the desired change of directories? (Choose 2.)
3.
Why are the noauto and users options used with /etc/fstab?
4.
You have a /tmp/data directory containing the files .file, file1, and file2. You want to copy the file1 and file2 files only to the /data-old directory that already exists. In a terminal window, which command acomplishes this?
5.
You entered the following as a boot option in the GRUB boot screen: nit=/bin/bash What does the option mean?
6.
You want to view the last 20 lines of the /var/log/messages file and any new lines that are subsequently added by syslog to this file. Which command would you use?
7.
Which RAID level is described by the following sentence? This level improves the performance of your data access; however, it does not provide redundancy.
8.
To which process does the process ID 1 always belong?
9.
Which command would you use to start the xeyes program in the background?
10.
Which command creates the .depend.boot, .depend.start, and .depend.stop files in /etc/init.d/?