From command mode in vi, what do you have to do to enter text?
A. Press e
B. Press i
C. Press k
D. Press w
Which statements about PAM are correct? (Choose 3.)
A. To enable authentication with PAM, you need a smart cart reader.
B. Each line in a PAM configuration file contains 6 columns plus optional arguments.
C. Configuration files of PAM modules can be found in /etc/pam.d/ and /etc/security/.
D. After the PAM configuration has been adjusted for an application, this application can be used by SSH.
E. The /etc/pam.d/other file contains a default configuration if no application-specific file is found in /etc/ pam.d/.
F. PAM creates a software level with defined interfaces between applications and the current authentication mechanism.
While the printers seem physically okay, you are encountering problems with CUPS. What is the best place to start looking for hints on what is wrong?
A. In the output of dmesg
B. In the /var/log/boot.msg file
C. In the /var/log/messages file
D. In the /var/log/cups/error_log file
The /backup/snapshot was changed to the /backup/backup_monday.tgz archive. Which command will now write new or modified files below /home?
A. tar -czf -g /backup/snapshot /backup/backup_monday.tgz /home
B. tar -tz -g /backup/snapshot -f /backup/backup_monday.tgz /home
C. tar -cz -g /backup/snapshot -f /backup/backup_monday.tgz /home
D. tar -cz -newer /backup/snapshot -f /backup/backup_monday.tgz /home
Which key combination can you use to stop a process that runs in the foreground?
A. Ctrl +X
B. Ctrl +Z
C. Ctrl + Alt + X
D. Ctrl + Backspace
You wonder which installed RPM package the /etc/exports file belongs to. Which command will give you the desired information?
A. rpm -f /etc/exports
B. rpm -qf /etc/exports
C. rpm -ql /etc/exports
D. rpm --provides /etc/exports
You are viewing the manual page of crontab, but it does not contain the information you are looking for. You suspect there is another crontab manual page. Which command could you use to find out if another crontab manual page exists? (Choose 2.)
A. man a crontab
B. whatis crontab
C. man -k crontab
D. man --next crontab
E. man --showall crontab
In which file are global configurations for users who use bash as their login shell set?
A. /etc/bashrc
B. /etc/bash.cf
C. /etc/bash.conf
D. /etc/bash.bashrc
Which command can you use to create a Reiser file system on the sda6 partition? (Choose 2.)
A. mkreiserfs /dev/sda6
B. fdisk.reiserfs /dev/sda6
C. make.reiserfs /dev/sda6
D. fdisk -t reiserfs /dev/sda6
E. mkfs -t reiserfs /dev/sda6
How do you activate an ACL when mounting a file system manually?
A. mount --acl /dev/hda5 /data
B. mount -f acl /dev/hda5 /data
C. mount -o acl /dev/hda5 /data
D. mount --use-acl /dev/hda5 /data