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