The /etc/sysconfig/network/ifcfg-eth-id-macaddress configuration file contains a BOOTPRO option. Which are possible values of BOOTPROTO?
A. static or dhcp
B. master or slave
C. onboot, ifpluged, or manual
D. ethernet, wireless, or manual
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.
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
You want to find out which jobs are currently queued in the laser print queue on your CUPS print server. Which command displays the information you need?
A. lpstat -t
B. lp -P laser
C. lpq -P laser
D. lpadmin -P laser
Routes to the directly connected network are automatically set up when a device is started. All other routes are saved in which configuration file?
A. /etc/route
B. /etc/routes
C. /etc/routes.conf
D. /etc/network/routes
E. /etc/sysconfig/routes
F. /etc/sysconfig/network/routes
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
Suppose you change from your current runlevel 5 to the new runlevel 3. Which statement is correct?
A. Nothing will happen at all.
B. If there is a K* link for a certain service in /etc/init.d/rc5.d/ but no corresponding S* link I /etc/init.d/rc3.d/ , nothing will happen.
C. If there is no K* link for a certain service in /etc/init.d/rc5.d/ but there is an S* link in /etc/init.d/rc3.d/, the service is started.
D. If there is a K* link for a certain service in /etc/init.d/rc5.d/ and there is an S* link in /etc/init.d/rc3.d/, the service is stopped and started again.
Which are configuration files of syslog-ng? (Choose 3.)
A. /etc/logging
B. /etc/sysconfig/log
C. /etc/log/syslog-ng
D. /etc/sysconfig/syslog
E. /etc/log/syslog-ng.conf
F. /etc/syslog-ng/syslog-ng.conf
G. /etc/syslog-ng/syslog-ng.conf.in
What is the result of the following command? (Choose 2.)
dd if=/dev/zero of=/dev/hdd bs=512 count=1
A. Overwrites an existing partition table
B. Creates a LVM partition of 512 blocks
C. Backs up the /dev/zero and /dev/hdd files
D. Writes zeros in the first 512 bytes of the first hard disk block
E. Assigns the physical volume zero to the logical volume hdd
You have a /tmp/data directory containing the files .file, file1, and file2. You want to copy the file1 and file2 files only to the /data-old directory that already exists. In a terminal window, which command acomplishes this?
A. cp /tmp/data /data-old
B. cp /tmp/data/. /data-old
C. cp /tmp/data/* /data-old
D. cp /tmp/data/? /data-old