option
Questions
ayuda
daypo
search.php

new_secret 1

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
new_secret 1

Description:
lpi 101-500

Creation Date: 2026/03/26

Category: Others

Number of questions: 24

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?. /lib/init.so. /sbin/init. /etc/rc.d/rcinit. /proc/sys/kernel/init. /boot/init.

Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.). 0. 1. 3. 5. 6.

Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.).

Which command will display messages from the kernel that were output during the normal boot sequence?.

Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.). shutdown -r now. shutdown -r "rebooting". telinit 6. telinit 0. shutdown -k now "rebooting".

Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?. /etc/keys. /proc/keys. /etc/inittab. /proc/inittab. /etc/reboot.

Which of the following information is stored within the BIOS? (Choose TWO correct answers.). Boot device order. Linux kernel version. Timezone. Hardware configuration. The system's hostname.

You are having some trouble with a disk partition and you need to do maintenance on this partition but your users home directories are on it and several are logged in. Which command would disconnect the users and allow you to safely execute maintenance tasks?. telinit 1. shutdown -r now. killall -9 inetd. /bin/netstop --maint. /etc/rc.d/init.d/network stop.

The USB device filesystem can be found under /proc/______/usb/. (Please fill in the blank with the single word only).

The message "Hard Disk Error" is displayed on the screen during Stage 1 of the GRUB boot process. What does this indicate?. The kernel was unable to execute /bin/init. The next Stage cannot be read from the hard disk because GRUB was unable to determine the size and geometry of the disk. One or more of the filesystems on the hard disk has errors and a filesystem check should be run. The BIOS was unable to read the necessary data from the Master Boot Record to begin the boot process.

What information can the lspci command display about the system hardware? (Choose THREE correct answers.). Device IRQ settings. PCI bus speed. System battery type. Device vendor identification. Ethernet MAC address.

Which of the following commands will write a message to the terminals of all logged in users?. bcast. mesg. print. wall. yell.

Which of the following kernel parameters instructs the kernel to suppress most boot messages?. silent. verbose=0. nomesg. quiet.

During a system boot cycle, what program is executed after the BIOS completes its tasks?. The bootloader. The inetd program. The init program. The kernel.

Which of the following are init systems used within Linux systems? (Choose THREE correct answers.). startd. systemd. Upstart. SysInit. SysV init.

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?.

Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?. systemd.target=rescue.target. systemd.runlevel=rescue.target. systemd.service=rescue.target. systemd.default=rescue.target. systemd.unit=rescue.target.

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?. Start in runlevel 1. Pass init=/bin/sh on the kernel parameter line. Pass /bin/sh on the kernel parameter line. Pass start=/bin/sh on the kernel parameter line.

What of the following statements are true regarding /dev/ when using udev? (Choose TWO correct answers.). Entries for all possible devices get created on boot even if those devices are not connected. Additional rules for udev can be created by adding them to /etc/udev/rules.d/. When using udev, it is not possible to create block orcharacter devices in /dev/ using mknod. The /dev/ directory is a filesystem of type tmpfs and is mounted by udev during system startup. The content of /dev/ is stored in /etc/udev/dev and is restored during system startup.

Which of the following statements is correct when talking about /proc/?. All changes to files in /proc/ are stored in /etc/proc.d/ and restored on reboot. All files within /proc/ are read-only and their contents cannot be changed. All changes to files in /proc/ are immediately recognized by the kernel. All files within /proc/ are only readable by the root user.

During a system boot cycle, what is the program that is run after the BIOS completes its tasks?. The bootloader. The inetd program. The init program. The kernel.

Which of the following commands brings a system running SysV init into a state in which it is safe to perform maintenance tasks? (Choose TWO correct answers.). shutdown -R 1 now. shutdown -single now. init 1. telinit 1. runlevel 1.

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 commands can be used to download the RPM package kernel without installing it?. yum download --no-install kernel. yumdownloader kernel. rpm --download --package kernel. rpmdownload kernel.

Report abuse