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.
SEE ALSO
AUTHORS
Numerous contributions have come from the linux-modules mailing list <linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git itself, the output of git-shortlog(1) and git-blame(1) can show you the authors for specific parts of the project.
Lucas De Marchi <lucas.de.marchi@gmail.com> is the current maintainer of the project.
2024-08-26 | kmod |