首页 > 系统服务 > 详细

linux 命令之 insmod

时间:2016-01-06 22:01:19      阅读:201      评论:0      收藏:0      [点我收藏+]

man insmod: 

INSMOD(8) insmod INSMOD(8)

NAME
insmod - Simple program to insert a module into the Linux Kernel

SYNOPSIS
insmod [filename] [module options...]

DESCRIPTION
insmod is a trivial program to insert a module into the kernel. Most users will want to use modprobe(8) instead,
which is more clever and can handle module dependencies.

Only the most general of error messages are reported: as the work of trying to link the module is now done inside
the kernel, the dmesg usually gives more information about errors.

COPYRIGHT
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.

SEE ALSO
modprobe(8), rmmod(8), lsmod(8)modinfo(8)

 

insmod 加载模块,需要指定完整的路径和模块名字。

说明:Linux有许多功能是通过模块的方式,在需要时才载入kernel。如此可使kernel较为精简,进而提高效率,以及保有较大的弹性。这类可载入的模块,通常是设备驱动程序

 

linux 命令之 insmod

原文:http://www.cnblogs.com/youxin/p/5107434.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!