2014-04-12 14:30:56 +01:00
|
|
|
.TH INSMOD 8 ubase-VERSION
|
|
|
|
.SH NAME
|
|
|
|
\fBinsmod\fR - Insert a module into the Linux kernel
|
|
|
|
.SH SYNOPSIS
|
2014-06-26 16:03:59 +01:00
|
|
|
\fBinsmod\fR \fIfilename\fR [\fIargs...\fR]
|
2014-04-12 14:30:56 +01:00
|
|
|
.SH DESCRIPTION
|
2014-06-26 16:03:59 +01:00
|
|
|
\fBinsmod\fR inserts the module specified by \fIfilename\fR
|
|
|
|
into the kernel. It does not handle module dependencies.
|
2014-04-12 14:30:56 +01:00
|
|
|
.SH SEE ALSO
|
|
|
|
rmmod(8), lsmod(8)
|