Identify the proper device for the third partition on the only SCSI drive on the system.
Reveal answer details Close answer details
Correct answerC
GAQM · LCP-001
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
Identify the proper device for the third partition on the only SCSI drive on the system. Reveal answer details Close answer detailsCorrect answerC
Single choice
You want to preview where the package file, apache-xml.i386.rpm, will install its files before installing it. What command do you issue? Reveal answer details Close answer detailsCorrect answerD
Single choice
What key sequence will suspend the current process and return you to a shell prompt? Reveal answer details Close answer detailsCorrect answerA
Single choice
What is the purpose of the xargs command? Reveal answer details Close answer detailsCorrect answerA
Single choice
What command will uninstall a package but leave its configuration files in case a package is re-installed? Reveal answer details Close answer detailsCorrect answerE
Single choice
After running the command umount /mnt, the following error message is displayed: umount: /mnt: device is busy. What is a common reason for this message? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following commands will NOT execute the bash script /usr/local/bin/runme.sh? Reveal answer details Close answer detailsCorrect answerE
Fill in the blank
FILL BLANK What application can be used in place of xhost? Please enter only the name without path. Reveal answer details Close answer detailsAccepted answerxauth
Single choice
You have two shell scripts, foo and bar. You wish to have bar execute if foo returns an exit status of 0 Reveal answer details Close answer detailsCorrect answerC Explanation Logical AND Operator || ?Logical OR Operator ! ?Logical NOT Operator Correct Answer is C because first tried to execute foo. If foo executes without any error then executes bar. If any error occurs in foo then exit from command.
Single choice
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? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following commands enables the setuid (suid) permission on the executable called /bin/foo? Reveal answer details Close answer detailsCorrect answerB
Single choice
After modifying LILO's configuration file, what command should you run for the changes to take effect? Reveal answer details Close answer detailsCorrect answerC
Single choice
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? Reveal answer details Close answer detailsCorrect answerB
Fill in the blank
FILL BLANK The ________ partition is used for virtual memory. Reveal answer details Close answer detailsAccepted answerswap
Single choice
Which of the following commands will produce the following output: USERPID %CPU %MEMVSZ RSS Reveal answer details Close answer detailsCorrect answerD
Single choice
Select the line that best represents what permissions the /etc/passwd file should have Reveal answer details Close answer detailsCorrect answerB
Single choice
What RPM command would show you detailed information for a package called openssh- 3.6.i386. Reveal answer details Close answer detailsCorrect answerC
Single choice
What does the command mount -a do? Reveal answer details Close answer detailsCorrect answerD
Single choice
What does the command mount -a do? Reveal answer details Close answer detailsCorrect answerD
Single choice
When installing XWindows the monitor wasn't recognised but now a data sheet with its specification is available. Which xorg.conf section must be edited to specify the correct values for several variables? Reveal answer details Close answer detailsCorrect answerB
Fill in the blank
FILL BLANK Which environment variable you have to setup to use shared libraries that are not in the standard search path? Reveal answer details Close answer detailsAccepted answerLD_LIBRARY_PATH
Single choice
In Bash, inserting "1>&2" after a command redirects Reveal answer details Close answer detailsCorrect answerC
Single choice
You have not run apt-get on a system for some time, but it has been run on the system before. What apt-get command would you run to download the latest list of packages, but not the packages themselves? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which of the following is a limitation of the cut command? Reveal answer details Close answer detailsCorrect answerB
Single choice
What is the proper option to put in /etc/fstab to enable group quotas for a particular parition? Reveal answer details Close answer detailsCorrect answerB
Fill in the blank
FILL BLANK The system configuration file named _______ is commonly used to set the default runlevel. (Please provide the fill name with full path information) Answer: Reveal answer details Close answer detailsAccepted answer/etc/inittab
Single choice
The sticky bit is usually set on Reveal answer details Close answer detailsCorrect answerB
Single choice
You are trying to make a hard link to an ordinary file but ln returns an error. Which of the following could cause this? Reveal answer details Close answer detailsCorrect answerE
Single choice
Which of the following commands will find the string foo in the file filel.txt, regardless of foo being in upper or lowercase letters? Reveal answer details Close answer detailsCorrect answerA
Multiple choice
You have written a custom tool on your local system. Reveal answer details Close answer detailsCorrect answersA, B
Fill in the blank
In the vi editor, what vi command will copy (but not paste) from the current line at the cursor and the following 16 lines (17 lines total)? Enter the correct vi command without spaces. A. 17yy Reveal answer details Close answer detailsAccepted answerA
Single choice
You just started X for the first time and noticed that the display does not use the entire screen. What program can you use to fix this? Reveal answer details Close answer detailsCorrect answerA
Single choice
All items are required to enable USB support on a Linux system EXCEPT. Reveal answer details Close answer detailsCorrect answerB
Multiple choice
What TWO permissions must a user have in order to run a shell script? Reveal answer details Close answer detailsCorrect answersA, C
Single choice
Which directory contains additional information about installed packages? Reveal answer details Close answer detailsCorrect answerD
Multiple choice
Which of the following is very important when installing from source code (Check TWO that apply)? Reveal answer details Close answer detailsCorrect answersA, C
Single choice
A Makefile typically contains which targets? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.1og? Reveal answer details Close answer detailsCorrect answerD
Single choice
What is the default action of the split command on an input file? Reveal answer details Close answer detailsCorrect answerB
Single choice
The legacy program for sending files to the printer queues from the command line is which of the following? Reveal answer details Close answer detailsCorrect answerB
Fill in the blank
FILL BLANK Which program finds only files that are in your PATH? Reveal answer details Close answer detailsAccepted answerwhich
Single choice
When reading man pages, a lot of extra characters are shown on screen. Which of the following commands can help to deal with this problem? Reveal answer details Close answer detailsCorrect answerC
Single choice
What can the tee command be used for? Reveal answer details Close answer detailsCorrect answerE
Single choice
In order to save and restore your sound card's configuration between sessions, the ALSA sound system uses what program? Reveal answer details Close answer detailsCorrect answerD |