nerdexam
CompTIA

XK0-004 · Question #73

A junior administrator needs to unload an older video kernel module. Which of the following commands would BEST accomplish this task?

The correct answer is C. rmmod. rmmod is a trivial program to remove a module (when module unloading support is provided) from the kernel. Most users will want to use modprobe(8) with the -r option instead.

System Management

Question

A junior administrator needs to unload an older video kernel module. Which of the following commands would BEST accomplish this task?

Options

  • Amodprobe
  • Binsmod
  • Crmmod
  • Dchmod
  • Edepmod

How the community answered

(38 responses)
  • A
    3% (1)
  • C
    95% (36)
  • E
    3% (1)

Explanation

rmmod is a trivial program to remove a module (when module unloading support is provided) from the kernel. Most users will want to use modprobe(8) with the -r option instead.

Topics

#kernel modules#rmmod#module management#driver removal

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice