morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

insmod.8 (312B)


      1 .TH INSMOD 8 ubase-VERSION
      2 .SH NAME
      3 \fBinsmod\fR - Insert a module into the Linux kernel
      4 .SH SYNOPSIS
      5 \fBinsmod\fR \fIfilename\fR [\fIargs...\fR]
      6 .SH DESCRIPTION
      7 \fBinsmod\fR inserts the module specified by \fIfilename\fR
      8 into the kernel.  It does not handle module dependencies.
      9 .SH SEE ALSO
     10 rmmod(8), lsmod(8)