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
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
- A . /lib/init.so
- B . /sbin/init
- C . /etc/rc.d/rcinit
- D . /proc/sys/kernel/init
- E . /boot/init
Which of the following kernel parameters instructs the kernel to suppress most boot messages?
- A . silent
- B . verbose=0
- C . nomesg
- D . quiet
The message "Hard Disk Error" is displayed on the screen during Stage 1 of the GRUB boot process.
What does this indicate?
- A . The kernel was unable to execute /bin/init
- B . The next Stage cannot be read from the hard disk because GRUB was unable to determine the size and geometry of the disk
- C . One or more of the filesystems on the hard disk has errors and a filesystem check should be run
- D . The BIOS was unable to read the necessary data from the Master Boot Record to begin the boot process
Which of the following commands will write a message to the terminals of all logged in users?
- A . bcast
- B . mesg
- C . print
- D . wall
- E . yell
CORRECT TEXT
Which command will display messages from the kernel that were output during the normal boot sequence?
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
- A . /etc/keys
- B . /proc/keys
- C . /etc/inittab
- D . /proc/inittab
- E . /etc/reboot
Which of the following commands reboots the system when using SysV init? (Choose TWO Answer s.)
- A . shutdown -r now
- B . shutdown -r "rebooting"
- C . telinit 6
- D . telinit 0
- E . shutdown -k now "rebooting"
Which run levels should never be declared as the default run level when using SysV init? (Choose TWO Answer s.)
- A . 0
- B . 1
- C . 3
- D . 5
- E . 6
Which of the following statements is correct when talking about /proc/?
- A . All changes to files in /proc/ are stored in /etc/proc.d/ and restored on reboot.
- B . All files within /proc/ are read-only and their contents cannot be changed.
- C . All changes to files in /proc/ are immediately recognized by the kernel.
- D . All files within /proc/ are only readable by the root user.
Which of the following are init systems used within Linux systems? (Choose THREE Answer s.)
- A . startd
- B . systemd
- C . Upstart
- D . SysInit
- E . SysV init
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