LPI
117-102 · Question #485
What command will unload a kernel module?
The correct answer is A. rmmod. rmmod is the simple program, which remove the modules from the kernel. To unload module from kernel. rmmod modulename or modprobe-r modulename
108 Essential System Services
Question
What command will unload a kernel module?
Options
- Armmod
- Bunmod
- Cdelmod
- Dmodprobe
- Eunloadmod
How the community answered
(25 responses)- A72% (18)
- B12% (3)
- C4% (1)
- D4% (1)
- E8% (2)
Explanation
rmmod is the simple program, which remove the modules from the kernel. To unload module from kernel. rmmod modulename or modprobe-r modulename
Topics
#rmmod#kernel modules#module unloading#module management
Community Discussion
No community discussion yet for this question.