ExamGecko
Home Home / LPI / 201-450

LPI 201-450 Practice Test - Questions Answers, Page 4

Question list
Search
Search

What information does the file modules.dep provide?

A.
A list of all modules, compiled or not, that are available to the kernel.
A.
A list of all modules, compiled or not, that are available to the kernel.
Answers
B.
A list of modules trusted by the installed kernel.
B.
A list of modules trusted by the installed kernel.
Answers
C.
A list of devices and their module name.
C.
A list of devices and their module name.
Answers
D.
A list of all compiled modules and their dependencies.
D.
A list of all compiled modules and their dependencies.
Answers
E.
A list of modules the kernel needs to run.
E.
A list of modules the kernel needs to run.
Answers
Suggested answer: D

Which command is used to unload a single module currently loaded by the kernel without unloading any modules that it depends upon? (Specify the command with or without path information)

A.
rmmod,/sbin/rmmod
A.
rmmod,/sbin/rmmod
Answers
Suggested answer: A

What is the purpose of the command udevadm monitor?

A.
It listens to kernel events produced by a udev rule and print information to the console.
A.
It listens to kernel events produced by a udev rule and print information to the console.
Answers
B.
It monitors the /dev directory for new devices.
B.
It monitors the /dev directory for new devices.
Answers
C.
It monitors the udev process and prints performance statistics to the console.
C.
It monitors the udev process and prints performance statistics to the console.
Answers
D.
It communicates with D-Bus to setup new devices.
D.
It communicates with D-Bus to setup new devices.
Answers
Suggested answer: A

How is the source code for the main Linux kernel modules distributed?

A.
It is included with the Linux kernel source code.
A.
It is included with the Linux kernel source code.
Answers
B.
The kernel modules are downloaded on demand as they are used during compilation.
B.
The kernel modules are downloaded on demand as they are used during compilation.
Answers
C.
The kernel modules have their own release cycle and can be maintained separately from the Linux kernel source.
C.
The kernel modules have their own release cycle and can be maintained separately from the Linux kernel source.
Answers
D.
It is provided as a separate download alongside the Linux kernel source code of the same version.
D.
It is provided as a separate download alongside the Linux kernel source code of the same version.
Answers
Suggested answer: A

Fill in the blank:

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

A.
initdefault
A.
initdefault
Answers
Suggested answer: A

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
A.
-d
Answers
B.
-f
B.
-f
Answers
C.
-n
C.
-n
Answers
D.
-r
D.
-r
Answers
Suggested answer: B

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
A.
S99lpi
Answers
B.
K99lpi
B.
K99lpi
Answers
C.
PRE-S99lpi
C.
PRE-S99lpi
Answers
D.
S98lpi
D.
S98lpi
Answers
E.
S99a-lpi
E.
S99a-lpi
Answers
Suggested answer: D

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/sysctl.conf
A.
In the /etc/sysctl.conf
Answers
B.
In the boot loader configuration file
B.
In the boot loader configuration file
Answers
C.
In the /etc/runlevel file
C.
In the /etc/runlevel file
Answers
D.
In the /boot/initramfs file
D.
In the /boot/initramfs file
Answers
E.
In the /etc/rc.d/rc.local file
E.
In the /etc/rc.d/rc.local file
Answers
Suggested answer: B

Why is the root file system mounted read-only during boot and remounted with write permission later on?

A.
Because if problems with the root file system are detected during the boot, fsck can be run, without risk of damage.
A.
Because if problems with the root file system are detected during the boot, fsck can be run, without risk of damage.
Answers
B.
Because this way crackers cannot collect information about root with boot sniffers.
B.
Because this way crackers cannot collect information about root with boot sniffers.
Answers
C.
To avoid writing to the disk, unless the root password is known.
C.
To avoid writing to the disk, unless the root password is known.
Answers
D.
To avoid other operating systems overwriting the Linux root partition.
D.
To avoid other operating systems overwriting the Linux root partition.
Answers
E.
Because the disk has its own write protection that cannot be changed by the operating system.
E.
Because the disk has its own write protection that cannot be changed by the operating system.
Answers
Suggested answer: A

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.
A.
The system starts normally since the bootloader copies the kernel to the master boot record of the hard disk.
Answers
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.
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.
Answers
C.
The bootloader mounts the root filesystem read-only and launches /bin/sh directly in order to allow the administrator to reinstall the kernel.
C.
The bootloader mounts the root filesystem read-only and launches /bin/sh directly in order to allow the administrator to reinstall the kernel.
Answers
D.
Without a kernel a system cannot boot and, depending on the bootloader, an error is displayed.
D.
Without a kernel a system cannot boot and, depending on the bootloader, an error is displayed.
Answers
Suggested answer: D
Total 161 questions
Go to page: of 17