What option of modprobe allows you to set ‘autoclean’ on the loaded modules?
A.
-k
B.
-d
C.
-c
D.
-e
Explanation:
-k, –autoclean: Set ‘autoclean’ on loaded modules. Used by the kernel when it calls on modprobe to satisfy a missing feature (supplied as a module). The -q option
is implied by -k. These options will automatically be sent to insmod.