What happens if the Linux kernel can't mount the root filesystem when booting?
A. An error message is shown and the administrator is asked by the kernel to specify a valid root filesystem to contin...
Which option to the update-rc.d command will cause the removal of all symlinks to /etc/rcX.d/*test2 even when the script /etc/init.d/test2 still exists?
A. -d
B. -f
C. -n
D. -r
During booting, when the Linux kernel loads an initramfs file, which command from the initramfs will be executed first, if present?
A. /init
B. /initrd
C. /linuxrc
D. /rc.local
E. /sbin/init
After changing the default runlevel in the SysV-init configuration file, the system boots in a different than intended runlevel. Where else could this different runlevel be defined?
A. In the /etc/...
In case the file containing the Linux kernel is lost, what happens when the system is booting?
A. The system starts normally since the bootloader copies the kernel to the master boot record of the ...
What is the full path to the directory which contains the scripts (or links to the original scripts) to run while the system boots to SysV-init runlevel 2?
Where is the LILO boot loader code typically installed on a system with only a single Linux installation and no other operating systems?
A. In the master boot record.
B. In the boot sector.
C. In...
What is the functionality that PXE provides?
A. The ability to boot a computer using its network interface.
B. The ability to launch an remote X11 desktop on a computer.
C. The ability to verify ...