A system administrator needs to ensure that a custom kernel module loads automatically at boot. The module is named 'my_driver' and is built for the current kernel. Which configuration file should be modified to ensure the module loads automatically?
Select one:
The trap here is that candidates confuse /etc/modprobe.d/ (used for modprobe configuration) with /et...