Free LPI 101-500 Exam Actual Questions

The questions for 101-500 were last updated On Jan 16, 2025

Question No. 1

Which world-writable directory should be placed on a separate partition in order to prevent users from being able to fill up the / filesystem? (Specify the full path to the directory.)

Show Answer Hide Answer
Correct Answer: A

Question No. 2

Which of the following commands will write a message to the terminals of all logged in users?

Show Answer Hide Answer
Correct Answer: D

Question No. 3

What is true regarding the command

ls > files

if files does not exist?

Show Answer Hide Answer
Correct Answer: B

Question No. 4

Which of the following commands will mount an already inserted CD-ROM in /dev/sr0 onto an existing directory /mnt/cdrom when issued with root privileges?

Show Answer Hide Answer
Correct Answer: C

Question No. 5

What is the output of the following command?

echo "Hello World" | tr -d aieou

Show Answer Hide Answer
Correct Answer: C