51. What is the correct syntax to mount an MS DOS formatted floppy disk (do not assume that there is an entry in /etc/fstab)?
A. mount /dev/floppy /mnt/fd0
B. mount -t iso9660 /dev/fd0 /mnt/floppy
C. mount -t vfat /dev/fd0 /mnt/floppy
D. mount -t msdos /dev/floppy /mnt/floppy
E. mdir
You answered this question incorrectly
Explanation: A will only work if there is an entry in /etc/fstab. B is wrong because iso9660 is for CDROM’s. C is correct. D is wrong becuase the device should be /dev/fd0 rather than /dev/floppy.
52. What program allows you to acess SMB shares using ftp-like commmands?
A. mount
B. smbftp
C. smbclient
D. smbmount
E. samba
You answered this question incorrectly
Explanation: The smbclient program allows you to acess SMB shares using commands similar to FTP.
53. What command will map all of the dependencies between modules into a file?
A. modmap
B. depmod -a
C. depmod --rebuild
D. modmap --rebuild
E. modprobe --rebuild
You answered this question incorrectly
Explanation: The depmod -a command finds all the dependcies betwen modules and puts the information in the modules.dep file.
54. The PCMCIA card configuration file is read by cardmgr (8) at startup time. It defines what resources are available for use by Card Services describes how to load and initialize device drivers and describes specific PCMCIA cards. Where is this file located?
A. /etc/pcmcia/config.opts
B. /etc/sysconfig/pcmcia
C. /etc/config.pcmcia
D. /etc/pcmcia
E. /etc/pcmcia/config
You answered this question incorrectly
Explanation: The card configuration file that contains specific PCMCIA files is /etc/pcmcia/config.opts.
55. What port does the Squid proxy server use by default?
A. 80
B. 1080
C. 3028
D. 3128
E. 8080
You answered this question incorrectly
Explanation: D is right!
56. How can I see what directories are being shared via NFS on a remote host called fileserver?
A. ping fileserver
B. mount -a -t NFS fileserver
C. showmount -e fileserver
D. nfstalk --query fileserver
E. None of the above
You answered this question incorrectly
Explanation: Only C is right!
责任编辑:小草