RMMOD(8) | rmmod | RMMOD(8) |
NAME¶
rmmod - Simple program to remove a module from the Linux Kernel
SYNOPSIS¶
rmmod [-f] [-s] [-v] [modulename]
DESCRIPTION¶
rmmod is a trivial program to remove a module (when module unloading support is provided) from the kernel. Most users will want to use modprobe(8) with the -r option instead since it removes unused dependent modules as well.
OPTIONS¶
-v, --verbose
-f, --force
-s, --syslog
-V --version
COPYRIGHT¶
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.
SEE ALSO¶
AUTHORS¶
Jon Masters <jcm@jonmasters.org>
Lucas De Marchi <lucas.de.marchi@gmail.com>
09/22/2023 | kmod |