LPI
117-102 · Question #618
What command should you use to unload loadable modules from the running kernel?
The correct answer is A. rmmod. Rmmod unloads loadable modules from the running kernel. Rmmod tries to unload a set of modules from the kernel, with the restriction that they are not in use and that they are not referred to by other modules. If more than one module is named on the command line, the modules…
108 Essential System Services
Question
What command should you use to unload loadable modules from the running kernel?
Options
- Armmod
- Bremove -mod
- Cdelmod
- Dunload module
How the community answered
(43 responses)- A70% (30)
- B9% (4)
- C16% (7)
- D5% (2)
Explanation
Rmmod unloads loadable modules from the running kernel. Rmmod tries to unload a set of modules from the kernel, with the restriction that they are not in use and that they are not referred to by other modules. If more than one module is named on the command line, the modules will be removed simultansously. This supports unloading of stacked modules.
Topics
#rmmod#kernel modules#module management
Community Discussion
No community discussion yet for this question.