XK0-005 · Question #104
XK0-005 Question #104: Real Exam Question with Answer & Explanation
The correct answer is C: modinfo, insmod, dmesg. lsmod----> show the status of modules in the Linux Kernel modinfo ---> show information about a Linux Kernel module insmod ----> simple program to insert a module into the Linux Kernel modprobe ----> add and remove modules from the Linux Kernel
Question
A systems administrator needs to install a new piece of hardware that requires a new driver. The driver should be manually installed. Which of the following describes the order of commands required to obtain module information, install the module, and check the log for any errors during module installation?
Options
- Alsmod, modprobe, modinfo
- Bmodinfo, insmod, modprobe
- Cmodinfo, insmod, dmesg
- Dlsmod, insmod, dmesg
Explanation
lsmod----> show the status of modules in the Linux Kernel modinfo ---> show information about a Linux Kernel module insmod ----> simple program to insert a module into the Linux Kernel modprobe ----> add and remove modules from the Linux Kernel
Topics
Community Discussion
No community discussion yet for this question.