Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which keyword is used in the /etc/inittab file to define the SysV-init default system runlevel?

Which command is used to install a new LILO boot loader?

A.

lilo

B.

lilo-config

C.

lilo-install

D.

install-lilo

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 hard disk.

B.

Instead of the kernel, the initramfs is loaded and instructed to mount the root filesystem and reinstall the kernel from the original package or from source.

C.

The bootloader mounts the root filesystem read-only and launches /bin/sh directly in order to allow the administrator to reinstall the kernel.

D.

Without a kernel a system cannot boot and, depending on the bootloader, an error is displayed.

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.

K99lpi

C.

PRE-S99lpi

D.

S98lpi

E.

S99a-lpi

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 the /boot directory.

D.

At the start of the kernel.

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

B.

/etc/rc2.d/70apache2

C.

/etc/rc2.d/apache2

D.

/etc/rc2.d/apache2.start

Which commands are used to load modules into the Linux kernel? (Choose TWO correct answers.)

A.

insmod

B.

loadmod

C.

kernload

D.

modprobe

E.

probemod

What information does the file modules.dep provide?

A.

A list of all modules, compiled or not, that are available to the kernel.

B.

A list of modules trusted by the installed kernel.

C.

A list of devices and their module name.

D.

A list of all compiled modules and their dependencies.

E.

A list of modules the kernel needs to run.

Which directory contains the system-specific udev rule files? (Specify the absolute path including the directory name)

After installing a compiled kernel, it can not find any modules that are needed to be loaded. What make target was likely missed while installing the kernel?