When using the info command, which key command will list a summary of basic info commands?
A. l
B. n
C. s
D. ?
E. Tab
When using AutoYaST, the installation server can be reached with which protocols? (Choose 3.)
A. IP
B. NFS
C. FTP
D. SSH
E. SMB
F. HTTP
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/
User authentication for Active Directory users into a Linux machine is provided by which module?
A. pam_unix2
B. nss_compat
C. nss_winbind
D. pam_winbind
E. Ticket granting ticket (TGT)
You want to copy all files, except hidden files, and subdirectories in the expenses directory to the expenses_old directory which already exists. What command will do this?
A. cp expenses/* expenses_old
B. cp expenses/. expenses_old
C. cp -a expenses/* expenses_old
D. cp -a expenses/. expenses_old
E. cp -r expenses/* expenses_old
F. cp -r expenses/. expenses_old
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
When you set up NFS and save the client setting, where are those settings saved to?
A. /etc/fstab
B. /var/fstab
C. /dev/fstab
D. /root/fstab
E. /sbin/fstab
What would you enter at the command line to delete the user account named temp along with it's home directory?
A. userdel -d temp
B. deluser -d temp
C. userdel -h temp
D. deluser -h temp
E. userdel -r temp
F. deluser -r temp
What is the default setting for umask on SUSE Linux Enterprise Desktop 10?
A. 000
B. 022
C. 044
D. 055
E. 066
F. 077
Which command will display help regarding the configuration files and file formats for crontab?
A. man 2 crontab
B. man 3 crontab
C. man 5 crontab
D. man 7 crontab
E. man 8 crontab