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 ...
A system with SysV-init has a service installed called apache2. Which file controls the start and stop of this service and is referenced by the various runlevel directories?
A. /etc/init.d/apache2...
If all of the following files and/or symlinks exist in a SysV-init runlevel directory, which of the following will be executed first when booting the system directly into the runlevel?
A. S99lpi
B...
Which of the following terms are used to describe 3.x kernel releases? (Choose TWO correct answers.)
A. beta
B. final
C. longterm
D. prerelease
E. stable
How is the source code for the main Linux kernel modules distributed?
A. It is included with the Linux kernel source code.
B. The kernel modules are downloaded on demand as they are used during co...