Official Bank 0/246

LPI Level 1 Exam 102s: 246 (102-350) - Linux Professional Institute Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
246 Total Questions
1
Question
CORRECT TEXT

Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Which wildcards will match the following filenames? (Choose two.) ttyS0 ttyS1 ttyS2
Select 2
Options
A ttyS[1-5]
B tty[A-Z][012]
C tty[Ss][02]
D tty?[0-5]
E tty*2
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
When given the following command line. echo "foo bar" | tee bar | cat

Which of the following output is created?
Options
A cat
B bar
C foo bar
D foo
E tee bar
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Which of the following commands changes all occurrences of the word “bob” in file data to “Bob” and prints the result to standard output?
Options
A sed‘/bob/Bob’ data
B sed‘/bob/Bob/’ data
C sed‘s/bob/Bob/g’ data
D sed‘s/bob,Bob/’ data
E sed‘s/bob/Bob/’ data
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
What do the permissions -rwSr-xr-x mean for a binary file when it is executed as a command?
Options
A The command is SetUID and it will be executed with the effective rights of the owner.
B The command will be executed with the effective rights of the owner and group.
C The command will be executed with the effective rights of the group instead of the owner.
D The execute flag is not set for the owner. Therefore the SetUID flag is ignored.
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.