当前分类: LX0-101
问题:单选题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/cdromB mount/dev/cdromC mount -t ...
查看答案
问题:填空题Which program finds only files that are in your PATH?()...
问题:填空题What application can be used in place of xhost? Please enter only the name without path. Answer:()...
问题:单选题What information is displayed by the command cat/proc/dma?()A whether DMA is enabledB which DMA channels are in useC which DMA mode is in useD general information about DMA on the machine...
问题:单选题What is the output when the following shell script executes?() cat;;foobar Hello foobar foobarA The contents of the file foobar.B HelloC No output but a file named foobar is created.D Hello foobarE Hello foobar foobar...
问题:填空题Which command (without options) would you use to display how much space is available on all mounted partitions?()...
问题:单选题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?()A history-pviB alias emacs=viC HISTCM...
问题:单选题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?()A bg myappB continue myapp...
问题:单选题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/passwdB chop -c 1,3 /etc/passwdC tac 1-3/etc/passwdD fmt -u /etc/passwd...
问题:单选题You have run out of disk space on a partition. Which of the following would be an easy way to move data to a new partition without reconfiguring the path to the data in existing applications?()A Run ext2fs ACL.B Use a hard link.C Use a symbolic link...
问题:单选题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 kernelC You need to load the USB modules for your existing modular ke...
问题:填空题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).()...
问题:单选题The command echo $! will produce what output?()A the process id of last background commandB the exit status of the last commandC the exit status of the last background commandD the process id of the current shellE the name of the command being exe...
问题:单选题You wish to kill a process with a PID of 123. Select the command which exiting.()A kill-1 123B kill-9 123C kill-15 123D kill-17 123...
问题:单选题With Xorg 7.0, what is the name of the default font server?()A xfservB xfsC fontsD xfsttE fserv...
问题:单选题You are looking for an executable file foo. Select the command that would search forfoo within directories set in the shell variable, PATH.()A locateB whichC findD queryE whereis...