Linux Modules Introduction

时间:2014-07-29 20:53:52   收藏:0   阅读:235

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

Linux Modules Introduction,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!