LPI Exam Questions

Type in the simplest command to remove a module from the kernel called fat

CORRECT TEXT
You wish to remove a module from the kernel called fat.
Type in the simplest command to do this. Assume this module has no dependancies.

Answer: rmmod fat

Explanation:
rmmod command removes the module from the kernel. If there are other dependencies modules
then rmmod command can’t remove the module. To remove the fat module from the kernel.
rmmod fat