nerdexam
CompTIA

XK0-004 · Question #210

A systems administrator wants to install a new application that requires the newmod kernel module. Which of the following commands should the systems administrator use?

The correct answer is D. modprobe newmod. Use the modprobe command to add or remove modules on Linux. The command works intelligently and adds any dependent modules automatically. The kernel uses modprobe to request modules. The modprobe command searches through the standard installed module directories to find the neces

System Management

Question

A systems administrator wants to install a new application that requires the newmod kernel module. Which of the following commands should the systems administrator use?

Options

  • Alsof newmod
  • Bmodinfo newmod
  • Clsmod newmod
  • Dmodprobe newmod

How the community answered

(32 responses)
  • B
    6% (2)
  • C
    3% (1)
  • D
    91% (29)

Explanation

Use the modprobe command to add or remove modules on Linux. The command works intelligently and adds any dependent modules automatically. The kernel uses modprobe to request modules. The modprobe command searches through the standard installed module directories to find the necessary drivers.

Topics

#modprobe#kernel modules#module management

Community Discussion

No community discussion yet for this question.

Full XK0-004 Practice