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/
Which command will provide you a list of localization variables?
A. lang
B. locale
C. echo $LANG
D. echo $LC_ALL
E. echo $LOCALE
Shown below is information from running the ls -l personal command:
drw-r--r-- 1 ajones users 0 2008-02-07 19:10 personal
Which statement is true?
A. personal is a file
B. personal is a directory
C. personal is a linked file
D. personal has zero bytes
What is the yast command to enter the software installation module from the command line?
A. yast sw_single
B. yast /sw_single
C. yast -l sw_single
D. yast -i sw_single
E. yast --i sw_single
Which level of access does a Novell iFolder user have if they can modify a file, but the local changes are not synchronized to other members' copies of the Novell iFolder?
A. Owner
B. Full Control
C. Read/Write
D. Read Only
What is process ID 1 (PID 1) always assigned to?
A. init
B. root
C. mount
D. Bash Shell
E. The very first user process
After the integration of SUSE Linux Enterprise 10 into an Active Directory environment, what is the command to change your Windows password from the local Linux machine?
A. pass
B. passwd
C. winpass
D. password
E. You cannot change the password from the local Linux machine.
You want to temporarily have all packets for the 192.168.1.0/24 network be redirected to the 10.0.0.100 gateway. Which command will perform this function?
A. ip route 192.168.1.0/24 to 10.0.0.100
B. ip route 192.168.1.0/24 via 10.0.0.100
C. route add 192.168.1.0/24 to 10.0.0.100
D. route add 192.168.1.0/24 via 10.0.0.100
E. ip route add 192.168.1.0/24 to 10.0.0.100
F. ip route add 192.168.1.0/24 via 10.0.0.100
In the vi editor, which commands will save the file and end vi? (Choose 2.)
A. :e
B. :w
C. ZZ
D. :q!
E. :wq