LPIC-1 Exam 101 v5 (Linux Administrator) — Question 10

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?

Answer options

Correct answer: D

Explanation

The correct answer is D because adding a blacklist line to /etc/modprobe.d/blacklist.conf prevents the module from being loaded automatically at boot. The other options either do not provide a permanent solution (A, C) or do not directly prevent loading at boot (B, E).