Forrest logo
back to context overview

rmmod

List of commands for rmmod:

  • rmmod:ai:cdc73 This command is used to unload a module from the Linux kernel.
    $ rmmod
    try on your machine
    explain this command
  • rmmod:tldr:25c97 rmmod: Display help.
    $ rmmod --help
    try on your machine
    explain this command
  • rmmod:tldr:7c0e2 rmmod: Display version.
    $ rmmod --version
    try on your machine
    explain this command
  • rmmod:tldr:dcc68 rmmod: Remove a module from the kernel and display verbose information.
    $ sudo rmmod --verbose ${module_name}
    try on your machine
    explain this command
  • rmmod:tldr:ec6f3 rmmod: Remove a module from the kernel and send errors to syslog instead of standard error.
    $ sudo rmmod --syslog ${module_name}
    try on your machine
    explain this command
  • rmmod:tldr:eceea rmmod: Remove a module from the kernel.
    $ sudo rmmod ${module_name}
    try on your machine
    explain this command
back to context overview