Lpi Level 1 Exam 101(with rpm) (117-101) Free Practice Test
Question 1
CORRECT TEXT
Which command will display messages from the kernel that were output during the normal bootup sequence? Answer:
Which command will display messages from the kernel that were output during the normal bootup sequence? Answer:
Correct Answer:
dmesg
/bin/dmesg
/bin/dmesg
Question 2
CORRECT TEXT
Which environment variable you have to setup to use shared libraries that are not in the standard search path?
Which environment variable you have to setup to use shared libraries that are not in the standard search path?
Correct Answer:
LD
_LIBRARY_PATH
_LIBRARY_PATH
Question 3
In compliance with the FHS, in which of the following places are man pages typically found?
Correct Answer: E
Question 4
The system bell sound is annoying you. Which of the following can you use to change this and other user X preferences?
Correct Answer: E
Question 5
What is the purpose of the Bash built-in export command?
Correct Answer: D
Question 6
CORRECT TEXT
What command is used to display a file in octal format?
What command is used to display a file in octal format?
Correct Answer:
hexdump
/usr/bin/hexdump
/usr/bin/hexdump
Question 7
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?
Correct Answer: D
Question 8
You want to save vi changes to the file myfile with :w!, but vi complains it can not write to the file. Therefore, you want to check the write permissions on the file. To do this without leaving vi, you type:
Correct Answer: D