LPI
117-102 · Question #455
You have just added new modules to your system. What command would you execute to rebuild the modules.dep file?
The correct answer is C. depmod-a. Depmod creates a list of module dependencies, by reading each module under /lib/modules/version and determining what symbols it exports, and what symbols it needs. By default this list is written to modules.dep in the same directory.
108 Essential System Services
Question
You have just added new modules to your system. What command would you execute to rebuild the modules.dep file?
Options
- Adepmod--rebuild
- Bupdate-dependancies
- Cdepmod-a
- Dinsmod-dependancies
How the community answered
(25 responses)- A4% (1)
- B16% (4)
- C72% (18)
- D8% (2)
Explanation
Depmod creates a list of module dependencies, by reading each module under /lib/modules/version and determining what symbols it exports, and what symbols it needs. By default this list is written to modules.dep in the same directory.
Topics
#depmod#modules.dep#kernel modules#dependency rebuild
Community Discussion
No community discussion yet for this question.