nerdexam
CompTIACompTIA

XK0-005 · Question #820

XK0-005 Question #820: Real Exam Question with Answer & Explanation

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

Explanation

lsmod lists currently loaded kernel modules; piping to grep dm_multipath confirms whether that specific driver is active in the running kernel.

Topics

#Linux commands#Kernel modules#Multipathing#System administration

Community Discussion

No community discussion yet for this question.

Full XK0-005 PracticeBrowse All XK0-005 Questions