What GID number is assigned to system groups?
A. GID 0
B. GID 1 to 99
C. GID 100 to 199
D. GID 200 to 299
E. GID 300 and above
When used with the touch command, which option changes only the time of the last read access?
A. -a
B. -c
C. -m
D. -r file
E. -t time
Where are the log files for cups stored?
A. /etc/cups/log/
B. /var/log/cups/
C. /srv/cups/log/
D. /proc/cups/log/
E. /home/log/cups/
What is the highest priority a normal user can assign to a process?
A. A nice value of -10
B. A nice value of -1
C. A nice value of 0
D. A nice value of 1
E. A nice value of 10
When configuring an SSH server, where is the configuration file stored?
A. /lib/ssh/sshd_config
B. /bin/ssh/sshd_config
C. /etc/ssh/sshd_config
D. /root/ssh/sshd_config
E. /sbin/ssh/sshd_config
From a terminal window, how can you start iFolder?
A. /etc/novell/iFolder3/bin/ifolder
B. /opt/novell/iFolder3/bin/ifolder
C. /var/novell/iFolder3/bin/ifolder
D. /sbin/novell/iFolder3/bin/ifolder
E. /home/novell/iFolder3/bin/ifolder
When a user submits a print job, which directory contains the actual data to print?
A. /etc/cups/
B. /proc/cups/
C. /home/cups/
D. /var/spool/cups/
E. /srv/spool/cups/
How can you switch between virtual terminals on your computer?
A. Fx
B. SHFT-Fx
C. CTRL-Fx
D. CTRL-ALT-Fx
E. The TAB key
Suppose the following files exist:
File
file
File1
File1a
File1a1
File1b
File2
File2a
File2a2
What will be the output of the echo File? command when you are in the directory that contains the above files?
A. File file
B. File1 File2
C. File file File1 File2
D. File1 File1a File1b File2 File2a
E. All of the files listed above.
Which command will change file ownership on file revenue from badams to jgreen?
A. chown jgreen revenue
B. chmod jgreen revenue
C. chown badams jgreen revenue
D. chmod badams jgreen revenue
E. chown revenue badams jgreen
F. chmod revenue badams jgreen