Skip to content

Commit

Permalink
rmmod: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroaxel committed Oct 19, 2021
1 parent dd9e99e commit 7b4709b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/linux/rmmod.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# rmmod

> Remove modules from the Linux kernel.
> More information: <https://manned.org/rmmod>.
- Remove a module from the kernel:

`sudo rmmob {{module_name}}`

- Remove a module from the kernel and display verbose information:

`sudo rmmob --verbose {{module_name}}`

- Remove a module from the kernel and send errors to syslog instead of standard error:

`sudo rmmob --syslog {{module_name}}`

- Display help:

`rmmob --help`

- Display version:

`rmmob --version`

0 comments on commit 7b4709b

Please sign in to comment.