nerdexam
LPI

117-102 · Question #454

What command would load the module msdos.o and all its dependancies?

The correct answer is C. modprobe msdos. Modprobe command is used to load or unload the modules as well as it's dependencies from the kernel. To Load the module: modprobe modulename To unload the module modprobe-r modulename

108 Essential System Services

Question

What command would load the module msdos.o and all its dependancies?

Options

  • Amodinfo -a msdos
  • Blsmod -a msdos
  • Cmodprobe msdos
  • Dinsmod -d msdos

How the community answered

(46 responses)
  • A
    11% (5)
  • B
    2% (1)
  • C
    83% (38)
  • D
    4% (2)

Explanation

Modprobe command is used to load or unload the modules as well as it's dependencies from the kernel. To Load the module: modprobe modulename To unload the module modprobe-r modulename

Topics

#modprobe#kernel modules#module dependencies#module loading

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice