当前分类: LX0-101
问题:单选题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 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...
问题:填空题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).()...
问题:单选题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 -...
问题:单选题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...
问题:单选题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...
问题:单选题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 Debian package system command will list all partially installed packages and suggest how to get them correctly installed?()A dpkg-GB apt-get-uC dpkg-DhD dpkg-lE apt-get-y...
问题:填空题What application can be used in place of xhost? Please enter only the name without path. Answer:()...
问题:单选题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 command (without options) would you use to display how much space is available on all mounted partitions?()...
问题:单选题Which of these commands allows you to use shared libraries that are in /usr/local/lib?()A export LD_PRELOAD=/usr/local/libB export LD_LIBRARY_PATH=/usr/local/libC Idconfig /usr/local/libD Idd/usr/local/lib...
问题:单选题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?()A SCSI-1 supports only 8 devices including the adaptor.B SCSI-1 supports only 6 dis...
问题:多选题What does the Filesystem Hierarchy Standard enable? ()Asoftware to predict the location of installed files and directoriesBsoftware to predict the ownership and access rights to files and directoriesCusers to predict the location of installed files and...
问题:单选题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...
问题:填空题Which program finds only files that are in your PATH?()...