Open In App

rmmod command in Linux with Examples

rmmod command in Linux system is used to remove a module from the kernel. Most of the users still use modprobe with the -r option instead of using rmmod.

Syntax:



rmmod [-f] [-s] [-v] [modulename]

Example:

rmmod bluetooth



Options:

Article Tags :