LPI Exam Questions

You wish to install the module fat.o into the kernel.

CORRECT TEXT
You wish to install the module fat.o into the kernel.
Type in the simplest command to do this. Assume there are no dependancies for this module.

Answer: insmod fat

Explanation:
insmod is a command to insert the module into the kernel but it can’t resolve the dependencies so to load the module into the kernel with dependencies use the
modporbe command.