What command will unload a kernel module?
A.
rmmod
B.
unmod
C.
delmod
D.
modprobe
E.
unloadmod
Explanation:
rmmod is the simple program, which remove the modules from the kernel. To unload module from
kernel. rmmod modulename or modprobe-r modulename