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