READ Free Dumps For LPI- 117-201
Question ID 21478 | What information does the file modules.dep provide?
|
Option A | A list of all modules available to the kernel.
|
Option B | A list of modules required by each module.
|
Option C | A list of devices and their module name.
|
Option D | A list of modules compiled for this kernel.
|
Option E | A list of modules the kernel needs to run.
|
Correct Answer | B |
Explanation Explanation: From the man pages: The modules.dep.bin as generated by module-init-tools depmod, lists the dependencies for every module in the directories under /lib/modules/version, where modules.dep.bin (or the human readable version modules. dep) is also located. It is used by utilities such as modprobe. The binary version will be used by default, if it was generated by a compatible version of depmod, with fallback to the generic modules.dep. These files are not intended for editing or use by any additional utilities as their format is subject to change in the future. You should use the modinfo(8) command to obtain information about modules in a future proof and compatible fashion rather than touching these files.
Question ID 21479 | Before compiling a new kernel, what needs to be done?
|
Option A | Compile kernel modules
|
Option B | Configure the kernel options
|
Option C | Delete old kernel sources
|
Option D | Change to runlevel 1
|
Option E | All of the above
|
Correct Answer | B |
Explanation Explanation: See http://www.faqs.org/docs/Linux-HOWTO/Kernel-HOWTO.html#impatient