LPI
117-102 · Question #454
117-102 Question #454: Real Exam Question with Answer & Explanation
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
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
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
Community Discussion
No community discussion yet for this question.