Posted by: Pdfprep
Post Date: February 16, 2021
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?
A . Using lsmod –remove –autoclean without specifying the name of a specific module
B . Using modinfo Ck followed by the name of the offending module
C . Using modprobe Cr followed by the name of the offending module
D . Adding a blacklist line including the name of the offending module to the file /etc/modprobe.d/blacklist.conf
E . Deleting the kernel module’s directory from the file system and recompiling the kernel, including its modules
Answer: D