LPI 101-500 Exam Practice Questions (P. 4)
- Full Access (120 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #16
What is the process ID number of the init process on a System V init based system?
- A-1
- B0
- C1
- DIt is different with each reboot
- EIt is set to the current run level
Correct Answer:
C
C

In System V init-based systems, the 'init' process consistently holds the process ID (PID) 1. It’s the very first process initiated at boot, making it the parent of all subsequent processes. This establishment allows it to control and manage the startup and shutdown sequences of the system efficiently. Understanding this PID is useful for monitoring and managing system processes.
send
light_mode
delete
Question #17
Which daemon handles power management events on a Linux system?
send
light_mode
delete
Question #18
Which of the following statements are true about the boot sequence of a PC using a BIOS? (Choose two.)
- ASome parts of the boot process can be configured from the BIOSMost Voted
- BLinux does not require the assistance of the BIOS to boot a computer
- CThe BIOS boot process starts only if secondary storage, such as the hard disk, is functional
- DThe BIOS initiates the boot process after turning the computer onMost Voted
- EThe BIOS is started by loading hardware drivers from secondary storage, such as the hard disk
Correct Answer:
AD
AD
send
light_mode
delete
Question #19
What is true regarding UEFI firmware? (Choose two.)
- AIt can read and interpret partition tablesMost Voted
- BIt can use and read certain file systemsMost Voted
- CIt stores its entire configuration on the /boot/ partition
- DIt is stored in a special area within the GPT metadata
- EIt is loaded from a fixed boot disk position
Correct Answer:
BD
BD
send
light_mode
delete
Question #20
A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?
- AUsing lsmod --remove --autoclean without specifying the name of a specific module
- BUsing modinfo -k followed by the name of the offending module
- CUsing modprobe -r followed by the name of the offending module
- DAdding a blacklist line including the name of the offending module to the file /etc/modprobe.d/blacklist.conf
- EDeleting the kernel module's directory from the file system and recompiling the kernel, including its modules
Correct Answer:
D
D
send
light_mode
delete
All Pages