ExamGecko
Question list
Search
Search

Question 214 - 101-500 discussion

Report
Export

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
Answers
A.
Using lsmod --remove --autoclean without specifying the name of a specific module
B.
Using modinfo -k followed by the name of the offending module
Answers
B.
Using modinfo -k followed by the name of the offending module
C.
Using modprobe -r followed by the name of the offending module
Answers
C.
Using modprobe -r 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
Answers
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
Answers
E.
Deleting the kernel module's directory from the file system and recompiling the kernel, including its modules
Suggested answer: D
asked 18/09/2024
Welber Santos de Oliveira
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first