LPI
117-102 · Question #454
What command would load the module msdos.o and all its dependancies?
The correct answer is C. modprobe msdos. Modprobe command is used to load or unload the modules as well as it's dependencies from the kernel. To Load the module: modprobe modulename To unload the module modprobe-r modulename
108 Essential System Services
Question
What command would load the module msdos.o and all its dependancies?
Options
- Amodinfo -a msdos
- Blsmod -a msdos
- Cmodprobe msdos
- Dinsmod -d msdos
How the community answered
(46 responses)- A11% (5)
- B2% (1)
- C83% (38)
- D4% (2)
Explanation
Modprobe command is used to load or unload the modules as well as it's dependencies from the kernel. To Load the module: modprobe modulename To unload the module modprobe-r modulename
Topics
#modprobe#kernel modules#module dependencies#module loading
Community Discussion
No community discussion yet for this question.