Official Bank 0/245

LPIC-1 Exam 101 (Version 5.0) (101-500) - Linux Professional Institute Actual Exam Questions

Last updated on May 13, 2026

97% Exam Compliance
245 Total Questions
1
Question

Which of the following commands instructs SysVinit to reload its configuration file?

Options
A

reinit

B

initreload

C

telinit 7

D

telinit q

E

init reinit

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

How is a symbolic link called bar.conf pointing to foo.conf created?

Options
A

ln –s foo.conf bar.conf

B

ln foo.conf bar.conf

C

ln –s bar.conf foo.conf

D

ln bar.conffoo.conf

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

Given a log file loga.log with timestamps of the format DD/MM/YYYY:hh:mm:ss, which command filters out all log entries in the time period between 8:00 am and 8:59 am?

Options
A

grep –E ‘:08:[09]+:[09]+’ loga.log

B

grep –E ‘:08:[00]+’ loga.log

C

grep –E loga.log ‘:08:[0-9]+:[0-9]+’

D

grep loga.log ‘:08:[0-9]:[0-9]’

E

grep –E ‘:08:[0-9]+:[0-9]+’ loga.log

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

What is true regarding the command ls > files if files does not exist?

Options
A

The output of ls is printed to the terminal

B

files is created and contains the output of ls

C

An error message is shown and ls is not executed

D

The command files is executed and receives the output of ls

E

Any output of ls is discarded

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

Which of the following is the device file name for the second partition on the only SCSI drive?

Options
A

/dev/hda1

B

/dev/sda2

C

/dev/sd0a2

D

/dev/sd1p2

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.