CompTIACompTIA
XK0-005 · Question #184
XK0-005 Question #184: Real Exam Question with Answer & Explanation
The correct answer is A: Add blacklist watchdog to the /etc/modprobe.d/blacklist file.. To disable the Linux Kernel WatchDog Timer Driver, the appropriate kernel module must be prevented from loading.
System Management
Question
A systems administrator wants to disable the Linux Kernel WatchDog Timer Driver for security purposes. Which of the following will accomplish this task?
Options
- AAdd blacklist watchdog to the /etc/modprobe.d/blacklist file.
- BRename the /etc/modprobe.d/watchdog file to watchdog.off instead.
- CRemove the watchdog=1 from the /usr/modules/watchdog.conf file.
- DAdd watchdog=0 to the /etc/modprobe.conf file.
Explanation
To disable the Linux Kernel WatchDog Timer Driver, the appropriate kernel module must be prevented from loading.
Common mistakes.
- B. Renaming a file in
/etc/modprobe.d/is not a generic method for blacklisting and would only work if that specific file was directly loading the module. - C. There is no standard
/usr/modules/watchdog.conffile for this purpose, and removing a parameter is not the correct way to disable a module entirely. - D.
/etc/modprobe.confis an outdated location for module configuration, and addingwatchdog=0would typically be a module parameter, not a disable command.
Concept tested. Blacklisting Linux kernel modules
Topics
#Kernel Modules#System Configuration#Linux Administration#Watchdog Timer
Community Discussion
No community discussion yet for this question.