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...
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?
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...
What is the correct parameter to pass to the kernel at boot time to force it to use only one of the available processors?
A. maxcpus=1
B. usecpus=1
C. smpcpus=1
D. vcpumx=1
According to the Filesystem Hierarchy Standard (FHS), what is the path to the Linux kernel source and may be a symbolic link to the real Linux source code? (Please specify the full path with no versio...
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)