2010-05-20

Loading and Unloading Modules

insmod: load module to kernel
modprobe: load module. But Modprobe loads the modules that a module depends on, "insmod" does not.
rmmod: remove module from kernel.
lsmod: list the modules currently loaded in kernel.

No comments:

Post a Comment