Which command would you use to apply a diff file to an original?
A. patch > diff-file
B. patch < diff-file
C. patch << diff-file
D. cat diff-file >> kernel
E. cat diff-file &l...
Which of the following is a valid location in the automount configuration, when a Windows share needs to be made available to the system?
A. \\server\sharename
B. ://server/sharename
C. server:/share...
Which of the following best describes the format of the /etc/fstab file?
A. mount point; device name; filesystem type; mount options; dump filesystem; fsck order
B. device name; mount point; filesyst...
On a system with separate partitions for /, /usr, /var, /tmp, which filesystem[s] can safely be mounted readonly?
A. /var, /usr
B. /var
C. /usr, /, /tmp
D. /usr
E. /tmp
Before compiling a new kernel, what needs to be done?
A. Compile kernel modules
B. Configure the kernel options
C. Delete old kernel sources
D. Change to runlevel 1
E. All of the above
What information does the file modules.dep provide?
A. A list of all modules available to the kernel.
B. A list of modules required by each module.
C. A list of devices and their module name.
D. A li...
Which pseudo-file contains information on the status of software RAID devices?
A. /proc/raidstat
B. /proc/mdstatus
C. /proc/raidstatus
D. /proc/mdstat
E. /proc/raid/status
What is the purpose of vgextend?
A. Extend a volume group's footprint on disk
B. Add physical volumes to a volume group
C. Increase the number of days between scheduled error checking
D. Create a vol...