nerdexam
LPI

101-500 · Question #476

A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?

The correct answer is D. Adding a blacklist line including the name of the offending module to the file. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

System Architecture

Question

A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?

Options

  • AUsing lsmod --remove --autoclean without specifying the name of a specific module
  • BUsing modinfo -k followed by the name of the offending module
  • CUsing modprobe -r followed by the name of the offending module
  • DAdding a blacklist line including the name of the offending module to the file
  • EDeleting the kernel module's directory from the file system and recompiling the kernel,

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    8% (2)
  • D
    88% (23)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#kernel modules#module blacklist#boot configuration#modprobe

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice