Skip to content

Commit

Permalink
rmmod: add page (tldr-pages#7106)
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroaxel committed Oct 21, 2021
1 parent 7ae3256 commit 6fddf10
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 6fddf10

Please sign in to comment.