单项选择题You have just added a CD.ROM drive (/dev/hdd) to your system and have added it to yourfstab. Typically you can use which of the following commands to mount media in that drive to /mnt/cdrom?()

A. mount /dev/cdrom /mnt/cdrom
B. mount/dev/cdrom
C. mount -t cdrom /dev/cdrom /mnt/cdrom
D. mount /mnt/cdrom
E. automount /mnt/hdd /mnt/cdrom


您可能感兴趣的试卷

你可能感兴趣的试题

5.单项选择题You have read/write permission on an ordinary file foo. You have just run In foo bar. What would happen if you ran rm foo?()

A. foo and bar would both be removed.
B. foo would be removed while bar would remain accessible.
C. foo would be removed, bar would still exist but would be unusable.
D. Both foo and bar would remain accessible.
E. You would be asked whether bar should be removed.

6.单项选择题You are running Linux 2.0.36 and you need to add a USB mouse to your system. Which of the following statements is true?()

A. You need to rebuild the kernel.
B. You need to upgrade the kernel
C. You need to load the USB modules for your existing modular kernel.
D. USB support is not available in Linux.

8.单项选择题What command will print a list of usernames (first column) and their corresponding user id (uid, third column) from /etc/passwd?()

A. cut -d: -f 1,3 /etc/passwd
B. chop -c 1,3 /etc/passwd
C. tac 1-3/etc/passwd
D. fmt -u /etc/passwd

9.单项选择题With Xorg 7.0, what is the name of the default font server?()

A. xfserv
B. xfs
C. fonts
D. xfstt
E. fserv

10.多项选择题What does the Filesystem Hierarchy Standard enable? ()

A. software to predict the location of installed files and directories
B. software to predict the ownership and access rights to files and directories
C. users to predict the location of installed files and directories
D. users to predict how the filesystem should be formatted according to need

最新试题

The command echo $! will produce what output?()

题型:单项选择题

What command with all options and/or parameter will send the signal USR1 to any executing process of  program apache2?()

题型:填空题

USB fax/modems that conform to this subclass of the Communication Device Class (CDC) vendor neutral standard are Linux compatible (answer is a 3 letter acronym).()

题型:填空题

You ran out of space and added a eighth disk to your SCSI-1 system. When you try to start, the system no longer boots. What is most likely the cause of this problem?()

题型:单项选择题

You wish to kill a process with a PID of 123. Select the command which exiting.()

题型:单项选择题

What does the Filesystem Hierarchy Standard enable? ()

题型:多项选择题

Using vi, you want to save changes to the file myfile with :w!, but vi complains it cannot write to the file. Therefore, you want to check the write permissions on the file. To do this without leaving vi, you type:()

题型:单项选择题

Many people like the vi text editor but the default bash command line editor recognizes emacs keystrokes. What command entered into a bash initialization file will have bash recognize vi keystrokes after login?()

题型:单项选择题

What is the difference between thE.remove and thE.purge action with the dpkg command?()

题型:单项选择题

Given the following output:  prompt> myapp  [1]+ Stopped myapp  prompt>  Which of the following commands will resume executing the stopped process while allowing the user to continue to type commands at the command prompt?()

题型:单项选择题