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

linux 命令之 insmod

时间:2016-01-06 22:03:59      阅读:244      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!