Which of the following commands installs a loadable module in the running kernel?
A.
insmod
B.
depmod
C.
modprobe
D.
setmod
Explanation:
insmod installs a loadable module in the running kernel. It tries to link a module into the running kernel by resolving all symbols from the kernel’s exported symboltable.