Lpi 010-150 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 010-150
  • Exam Name/Title: Linux Essentials Certificate Exam, version 1.5
  • Certification Provider: Lpi
  • Corresponding Certification: Linux Essentials
  • Exam Questions: 80
  • Updated On: Sep 01, 2026
Which of the following Linux distributions use the dpkg package management system? (Choose TWO correct answers.)
Correct Answer: B,D Vote an answer
How could one search for the file foo.txt under the directory /home?
Correct Answer: A Vote an answer
How is it possible to determine if an executable file is a shell script which is read by Bash?
Correct Answer: A Vote an answer
Which of the following is a Linux based operating system for use on mobile devices?
Correct Answer: B Vote an answer
Which of the following commands will display a list of all files in the current directory, including those that may be hidden?
Correct Answer: A Vote an answer
The output of the program date should be saved in the variable actdat. What is the correct statement?
Correct Answer: E Vote an answer
Given the following directory permissions:
drwxrwxrwt 14 root root 36864 2012-03-02 11:17 /tmp
What does the letter t at the end of drwxrwxrwt indicate?
Correct Answer: A Vote an answer
What is the output of the following command?
for token in a b c; do
echo -n ${token};
done
Correct Answer: D Vote an answer
0
0
0
10