nerdexam
LPI

117-102 · Question #485

What command will unload a kernel module?

The correct answer is A. rmmod. rmmod is the simple program, which remove the modules from the kernel. To unload module from kernel. rmmod modulename or modprobe-r modulename

108 Essential System Services

Question

What command will unload a kernel module?

Options

  • Armmod
  • Bunmod
  • Cdelmod
  • Dmodprobe
  • Eunloadmod

How the community answered

(25 responses)
  • A
    72% (18)
  • B
    12% (3)
  • C
    4% (1)
  • D
    4% (1)
  • E
    8% (2)

Explanation

rmmod is the simple program, which remove the modules from the kernel. To unload module from kernel. rmmod modulename or modprobe-r modulename

Topics

#rmmod#kernel modules#module unloading#module management

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice