CompTIA
XK0-006 · Question #86
A systems administrator needs to validate that the dm_multipath driver was loaded in a Linux system. Which of the following commands should the administrator use?
The correct answer is A. lsmod | grep dm_multipath. lsmod lists currently loaded kernel modules; piping to grep dm_multipath confirms whether that specific driver is active in the running kernel.
System Management
Question
A systems administrator needs to validate that the dm_multipath driver was loaded in a Linux system. Which of the following commands should the administrator use?
Options
- Alsmod | grep dm_multipath
- Bmodinfo | grep dm_multipath
- Cinsmod | grep dm_multipath
- Dmodprobe | grep dm_multipath
How the community answered
(28 responses)- A89% (25)
- B7% (2)
- C4% (1)
Explanation
lsmod lists currently loaded kernel modules; piping to grep dm_multipath confirms whether that specific driver is active in the running kernel.
Topics
#lsmod#kernel modules#dm_multipath#driver verification
Community Discussion
No community discussion yet for this question.