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.

題解

「modules.dep」完整路徑是「/lib/modules/kernel-version/modules.dep」,「modprobe」指令會根據這個檔案在增減核心模組時確保模組的相依性。