From the command line, which command would you use to print the document.ps file on the laser printer?
A. lp -d laser document.ps
B. lpr -p laser document.ps
C. lpq -p laser document.ps
D. print -p laser document.ps
What is the correct syntax for mounting the second partition of the first SCSI hard disk?
A. mount /mnt /dev/hda2
B. mount /dev/hda2 /mnt
C. mount /dev/sdb1 /mnt
D. mount /mnt /dev/sdb1
E. mount /dev/sda2 /mnt
F. mount /mnt /dev/sda2
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
Using the nice command, what is the highest priority root can assign to a process?
A. -20
B. -19
C. 0
D. 19
E. 20
F. 99
Which is the main configuration file for logrotate?
A. /etc/logrotate
B. /etc/logr.conf
C. /etc/cron/logrotate
D. /etc/logrotate.conf
You want to delete all data on the second hard drive (/dev/hdb). Which command accomplishes this?
A. rm /dev/hdb
B. dd if=/dev/zero of=/dev/hdb bs=100k
C. dd of=/dev/zero if=/dev/hdb bs=100k
D. dd if=/dev/zero of=/dev/hdb count=1 bs=1024
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
You can schedule jobs to be executed by cron in several ways. Which directories are used for scripts that are to be executed at regular intervals? (Choose 2.)
A. /etc/cron.d/
B. /etc/crontabs/
C. /etc/cron.daily/
D. /var/spool/cron/tabs/
To which process does the process ID 1 always belong?
A. init
B. boot
C. cron
D. X server
E. kernel (vmlinuz)
Which statements about the LVM components are correct? (Choose 2.)
A. A volume group is part of a logical volume.
B. Logical volumes are grouped in a master group.
C. A volume group always consists of one physical volume.
D. A physical volume can be a partition or an entire hard disk.
E. A volume group can be reduced in size by removing physical volumes.
F. The operating system accesses the volume groups like conventional physical partitions.