CompTIA
XK0-004 · Question #73
A junior administrator needs to unload an older video kernel module. Which of the following commands would BEST accomplish this task?
The correct answer is C. rmmod. rmmod is a trivial program to remove a module (when module unloading support is provided) from the kernel. Most users will want to use modprobe(8) with the -r option instead.
System Management
Question
A junior administrator needs to unload an older video kernel module. Which of the following commands would BEST accomplish this task?
Options
- Amodprobe
- Binsmod
- Crmmod
- Dchmod
- Edepmod
How the community answered
(38 responses)- A3% (1)
- C95% (36)
- E3% (1)
Explanation
rmmod is a trivial program to remove a module (when module unloading support is provided) from the kernel. Most users will want to use modprobe(8) with the -r option instead.
Topics
#kernel modules#rmmod#module management#driver removal
Community Discussion
No community discussion yet for this question.