What command is used to create an ISO9660 filesystem that can be properly accessed from a Windows 95/98 machine?
A. mkisofs -l -o backup.iso /home/joe
B. mkisofs -J -T -r -o backup.iso /home/joe
...
You have written a little startup script (/usr/local/bin/startup.sh) that should automatically execute when entering runlevel 3. According to the standards, how can this best be achieved?
One of the IDE hard drives in a server is transferring data very slowly. What command must be run to enable DMA on it?
A. hdparm -d /dev/hda
B. hdparm --dma /dev/hda
C. hdparm --dma /dev/hda1
D....
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