138 lines
3.0 KiB
HTML
138 lines
3.0 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of RMMOD</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>RMMOD</H1>
|
|
Section: rmmod (8)<BR>Updated: 03/12/2020<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
rmmod - Simple program to remove a module from the Linux Kernel
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">
|
|
<B>rmmod</B> [<B>-f</B>] [<B>-s</B>] [<B>-v</B>] [<I>modulename</I>]
|
|
</DL>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<P>
|
|
|
|
<B>rmmod</B>
|
|
<DD>is a trivial program to remove a module (when module unloading support is provided) from the kernel. Most users will want to use
|
|
<B><A HREF="/cgi-bin/man/man2html?8+modprobe">modprobe</A></B>(8)
|
|
with the
|
|
<B>-r</B>
|
|
option instead.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<P>
|
|
|
|
<B>-v</B>, <B>--verbose</B>
|
|
<DL COMPACT><DT id="2"><DD>
|
|
Print messages about what the program is doing. Usually
|
|
<B>rmmod</B>
|
|
prints messages only if something goes wrong.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-f</B>, <B>--force</B>
|
|
<DL COMPACT><DT id="3"><DD>
|
|
This option can be extremely dangerous: it has no effect unless CONFIG_MODULE_FORCE_UNLOAD was set when the kernel was compiled. With this option, you can remove modules which are being used, or which are not designed to be removed, or have been marked as unsafe (see
|
|
<B><A HREF="/cgi-bin/man/man2html?8+lsmod">lsmod</A></B>(8)).
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-s</B>, <B>--syslog</B>
|
|
<DL COMPACT><DT id="4"><DD>
|
|
Send errors to syslog instead of standard error.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-V</B> <B>--version</B>
|
|
<DL COMPACT><DT id="5"><DD>
|
|
Show version of program and exit.
|
|
</DL>
|
|
|
|
<A NAME="lbAF"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
<P>
|
|
|
|
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<P>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+modprobe">modprobe</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+insmod">insmod</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+lsmod">lsmod</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+modinfo">modinfo</A></B>(8)
|
|
<B><A HREF="/cgi-bin/man/man2html?8+depmod">depmod</A></B>(8)
|
|
<A NAME="lbAH"> </A>
|
|
<H2>AUTHORS</H2>
|
|
|
|
<P>
|
|
|
|
<B>Jon Masters</B> <<A HREF="mailto:jcm@jonmasters.org">jcm@jonmasters.org</A>>
|
|
<DL COMPACT><DT id="6"><DD>
|
|
Developer
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>Lucas De Marchi</B> <<A HREF="mailto:lucas.de.marchi@gmail.com">lucas.de.marchi@gmail.com</A>>
|
|
<DL COMPACT><DT id="7"><DD>
|
|
Developer
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="8"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="9"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="10"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="11"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="12"><A HREF="#lbAF">COPYRIGHT</A><DD>
|
|
<DT id="13"><A HREF="#lbAG">SEE ALSO</A><DD>
|
|
<DT id="14"><A HREF="#lbAH">AUTHORS</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:15 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|