ExamGecko
Home Home / LPI / 101-500

101-500: LPIC-1 Exam 101

LPIC-1 Exam 101
Vendor:

LPI

LPIC-1 Exam 101 Exam Questions: 246
LPIC-1 Exam 101   2.370 Learners
Take Practice Tests
Comming soon
PDF | VPLUS
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

Related questions

What happens after issuing the command vi without any additional parameters?

A.
vi starts and loads the last file used andmoves the cursor to the position where vi was when it last exited.
A.
vi starts and loads the last file used andmoves the cursor to the position where vi was when it last exited.
Answers
B.
vi starts and requires the user to explicitly either create a new or load an existing file.
B.
vi starts and requires the user to explicitly either create a new or load an existing file.
Answers
C.
vi exits with an error message as it cannot be invoked without a file name to operate on.
C.
vi exits with an error message as it cannot be invoked without a file name to operate on.
Answers
D.
vi starts in command mode and opens a new empty file.
D.
vi starts in command mode and opens a new empty file.
Answers
E.
vi starts and opens a new file which is filled with the content of the vi buffer if the buffer contains text.
E.
vi starts and opens a new file which is filled with the content of the vi buffer if the buffer contains text.
Answers
Suggested answer: D
asked 18/09/2024
Jack de Cort
42 questions

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?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?

A.
/etc/keys
A.
/etc/keys
Answers
B.
/proc/keys
B.
/proc/keys
Answers
C.
/etc/inittab
C.
/etc/inittab
Answers
D.
/proc/inittab
D.
/proc/inittab
Answers
E.
/etc/reboot
E.
/etc/reboot
Answers
Suggested answer: C
asked 18/09/2024
massamba gaye
23 questions

Which of the following command sets the Bash variable named TEST with the content FOO?

A.
set TEST="FOO"
A.
set TEST="FOO"
Answers
B.
TEST = "FOO"
B.
TEST = "FOO"
Answers
C.
var TEST="FOO"
C.
var TEST="FOO"
Answers
D.
TEST="FOO"
D.
TEST="FOO"
Answers
Suggested answer: D
asked 18/09/2024
thanh nguyen
42 questions

Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)

A.
shutdown -r now
A.
shutdown -r now
Answers
B.
shutdown -r "rebooting"
B.
shutdown -r "rebooting"
Answers
C.
telinit 6
C.
telinit 6
Answers
D.
telinit 0
D.
telinit 0
Answers
E.
shutdown -k now "rebooting"
E.
shutdown -k now "rebooting"
Answers
Suggested answer: A, C
asked 18/09/2024
Jered Anderson
40 questions

During a system boot cycle, what program is executed after the BIOS completes its tasks?

A.
The bootloader
A.
The bootloader
Answers
B.
The inetd program
B.
The inetd program
Answers
C.
The init program
C.
The init program
Answers
D.
The kernel
D.
The kernel
Answers
Suggested answer: A
asked 18/09/2024
Melvin Bruijnaers
33 questions

Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?

A.
kill -PIPE 123
A.
kill -PIPE 123
Answers
B.
kill -KILL 123
B.
kill -KILL 123
Answers
C.
kill -STOP 123
C.
kill -STOP 123
Answers
D.
kill -TERM 123
D.
kill -TERM 123
Answers
Suggested answer: D
asked 18/09/2024
Rudrappa Sarvi
37 questions

Which of the following commands list all files and directories within the /tmp/ directory and its subdirectories which are owned by the user root? (Choose two.)

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

What is true regarding the configuration of yum? (Choose two.)

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

Which of the following is true when a file system, which is neither listed in /etc/fstab nor known to system, is mounted manually?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member