LPI 101-400 - LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 Exam
Page: 2 / 36
Total 177 questions
Question #6 (Topic: Topic 1)
During a system boot cycle, what program is executed after the BIOS completes its tasks?
A. The bootloader
B. The inetd program
C. The init program
D. The kernel
Answer: A
Question #7 (Topic: Topic 1)
Which command will display messages from the kernel that were output during the normal
boot sequence?
boot sequence?
Answer: dmesg, /bin/dmesg
Question #8 (Topic: Topic 1)
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key
combination?
combination?
A. /etc/keys
B. /proc/keys
C. /etc/inittab
D. /proc/inittab
E. /etc/reboot
Answer: C
Question #9 (Topic: Topic 1)
Which of the following kernel parameters instructs the kernel to suppress most boot
messages?
messages?
A. silent
B. verbose=0
C. nomesg
D. quiet
Answer: D
Question #10 (Topic: Topic 1)
Which of the following commands reboots the system when using SysV init? (Choose TWO
correct answers.)
correct answers.)
A. shutdown -r now
B. shutdown -r "rebooting"
C. telinit 6
D. telinit 0
E. shutdown -k now "rebooting"
Answer: A,C