Official Bank 0/81

LPI Linux Essentials (010-160) - Linux Foundation Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
81 Total Questions
1
Question
Which of the following directories contains information, documentation and example configuration files for installed software packages?
Options
A /usr/examples/
B /doc/
C /etc/defaults/
D /var/info/
E /usr/share/doc/
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
What is true about the dmesg command? (Choose two correct answers.)
Select 2
Options
A It might not display older information because it was overwritten by newer information.
B It immediately outputs all new messages written to the system journal.
C It sends messages to the command lines of all current user sessions.
D It traces the execution of a command and shows each step the program carries out.
E It displays the content of the Linux kernel’s ring buffer.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
The current directory contains the following file:

-rw-r—r— 1 root exec 24551 Apr 2 12:36 test.sh

The file contains a valid shell script, but executing this file using ./test.sh leads to this error:
bash: ./test.sh: Permission denied

What should be done in order to successfully execute the script?
Options
A The script should be run using #!./test. sh instead of ./test.sh.
B The SetUID bit should be set in the file’s permissions
C The execute bit should be set in the file’s permissions.
D The file’s extension should be changed from .sh to .bin.
E The user executing the script should be added to the exec group.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Which statements about the directory /etc/skel are correct? (Choose two.)
Select 2
Options
A The directory contains the global settings for the Linux system.
B The directory contains a default set of configuration files used by the useradd command.
C The files from the directory are copied to the home directory of the new user when starting the system.
D The files from the directory are copied to the home directory of a new user when the account is created.
E The personal user settings of root are stored in this directory.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
Which of the following outputs comes from the command free?

Exhibit
Options
A Option E
B Option D
C Option B
D Option C
E Option A
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.