Lpi 101-500 LPI Linux Administrator – 101 (LPIC-1 101) Online Training
Lpi 101-500 Online Training
The questions for 101-500 were last updated at Dec 19,2024.
- Exam Code: 101-500
- Exam Name: LPI Linux Administrator - 101 (LPIC-1 101)
- Certification Provider: Lpi
- Latest update: Dec 19,2024
Topic 1, System Architecture
CORRECT TEXT
Which command displays the contents of the Kernel Ring Buffer on the command line? (Provide only the command name without any options or path information)
Which of the following information is stored within the BIOS? (Choose TWO Answer s.)
- A . Boot device order
- B . Linux kernel version
- C . Timezone
- D . Hardware configuration
- E . The system’s hostname
Which of the following options for the kernel’s command line changes the systemd boot target to rescue.target instead of the default target?
- A . systemd.target=rescue.target
- B . systemd.runlevel=rescue.target
- C . systemd.service=rescue.target
- D . systemd.default=rescue.target
- E . systemd.unit=rescue.target
CORRECT TEXT
You suspect that a new ethernet card might be conflicting with another device.
Which file should you check within the /proc tree to learn which IRQs are being used by which kernel drivers?
CORRECT TEXT
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
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
What information can the lspci command display about the system hardware? (Choose THREE Answer s.)
- A . Device IRQ settings
- B . PCI bus speed
- C . System battery type
- D . Device vendor identification
- E . Ethernet MAC address
During a system boot cycle, what is the program that is run after the BIOS completes its tasks?
- A . The bootloader
- B . The inetd program
- C . The init program
- D . The kernel
CORRECT TEXT
The USB device filesystem can be found under /proc/______/usb/. (Please fill in the blank with the single word only)
The system is having trouble and the engineer wants to bypass the usual /sbin/init start up and run /bin/sh.
What is the usual way to pass this change to the kernel from your boot loader?
- A . Start in runlevel 1.
- B . Pass init=/bin/sh on the kernel parameter line.
- C . Pass /bin/sh on the kernel parameter line.
- D . Pass start=/bin/sh on the kernel parameter line.
Error
in this question :
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
Hide Solution
Correct Answer: C
Are you sure this is the correct annswer?
i think it is B