Linux Modules Introduction

时间:2024-04-21 15:53:40

Modules are small kernel extensions ,that may be loaded and unloaded at will
● Can implement drivers, filesystems, firewall,and more
● Are located under /lib/modules/
$(uname -r)/
● Compiled for a specific kernel version and are provided with the kernel RPM.
Third party modules may be added
lsmod provides a list of loaded modules
modprobe can load and unload modules
modinfo displays information about any
available module
● /etc/modprobe.conf used for module