CompTIA Linux+ (XK0-004) — Question 40

A junior administrator is installing kernel modules. The administrator is given a checklist that outlines the following tasks to be completed:
✑ Display currently installed module version.
✑ Display which modules loaded at startup.
Which of the following commands would be used to accomplish these tasks? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct command to display currently loaded modules is 'lsmod', which lists all loaded modules along with their sizes and usage. 'rmmod' is incorrect as it is used to remove modules rather than display them, and the other options do not serve the purpose of listing loaded modules or displaying their versions.