当前分类: LX0-101
问题:单选题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...
查看答案
问题:填空题Which command (without options) would you use to display how much space is available on all mounted partitions?()...
问题:单选题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:()A :!ls-I myfileB :/ls-l myfileC e...
问题:填空题What application can be used in place of xhost? Please enter only the name without path. Answer:()...
问题:单选题With Xorg 7.0, what is the name of the default font server?()A xfservB xfsC fontsD xfsttE fserv...
问题:单选题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...
问题:单选题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 ...
问题:单选题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...
问题:填空题Which program finds only files that are in your PATH?()...
问题:单选题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...
问题:单选题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...
问题:填空题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).()...
问题:单选题What is the difference between thE.remove and thE.purge action with the dpkg command?()A -remove removes the program, -purge also removes the config filesB -remove only removes the program, -purge only removes the config filesC -remove removes a pac...
问题:单选题Which of the following commands will change all CR-LF pairs in an imported text file, userlist.txt, to Linux standard LF characters and store it as newlist.txt?()A tr ’/r/n’ userlist.txt newlist.txtB tr -c ’/n/r’ newlist.txt userlist.txtC tr -...