ubase/insmod.8

11 lines
312 B
Groff
Raw Normal View History

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