RMMOD(8) | rmmod | RMMOD(8) |
rmmod - Simple program to remove a module from the Linux Kernel
rmmod [-f] [-s] [-v] [modulename]
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.
-v, --verbose
-f, --force
-s, --syslog
-V --version
This manual page originally Copyright 2002, Rusty Russell, IBM Corporation. Maintained by Jon Masters and others.
Jon Masters <jcm@jonmasters.org>
Lucas De Marchi <lucas.de.marchi@gmail.com>
12/10/2022 | kmod |