CompTIA
XK0-004 · Question #288
A systems administrator wants to disable the isofs module on the server. Which of the following will allow the administrator to check if the module is currently in isofs use?
The correct answer is D. lsmod. https://linuxize.com/post/lsmod-command-in-linux/ The lsmod command shows a list of the currently loaded kernel modules https://linuxize.com/post/modprobe-command-in-linux/ The modprobe command allows you to add and remove Linux kernel modules
System Management
Question
A systems administrator wants to disable the isofs module on the server. Which of the following will allow the administrator to check if the module is currently in isofs use?
Options
- Amodprobe
- Binsmod
- Crmmod
- Dlsmod
How the community answered
(58 responses)- A2% (1)
- B9% (5)
- C3% (2)
- D86% (50)
Explanation
https://linuxize.com/post/lsmod-command-in-linux/ The lsmod command shows a list of the currently loaded kernel modules https://linuxize.com/post/modprobe-command-in-linux/ The modprobe command allows you to add and remove Linux kernel modules
Topics
#lsmod#kernel modules#isofs#module management
Community Discussion
No community discussion yet for this question.