Which of the following commands installs a loadable mod…

Which of the following commands installs a loadable module in the running kernel?

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 symbol

table.



Leave a Reply 0

Your email address will not be published. Required fields are marked *