码迷,mamicode.com
首页 > 系统相关 > 详细

Linux Modules Introduction

时间:2014-07-29 20:53:52      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:des   strong   io   for   art   cti   ar   linux   

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

Linux Modules Introduction

标签:des   strong   io   for   art   cti   ar   linux   

原文地址:http://www.cnblogs.com/oskb/p/3876044.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!