1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 01:24:59 +00:00
serenity/Base/usr/share/man/man8/modunload.md
Andreas Kling 4fa7146da1 Base: Move the modload and modunload command documentation to man8
These are system administration commands, not intended for use by
all users. These tend to go in section 8.
2020-01-02 12:37:19 +01:00

25 lines
340 B
Markdown

## Name
modunload - unload a kernel module
## Synopsis
```**sh
$ modunload <name>
```
## Description
Unload a kernel module specified by *name*.
## Examples
```sh
$ modunload TestModule
```
## See also
* [`modload`(1)](modload.md)
* [`module_unload`(2)](../man2/module_unload.md)
* [`kernel_modules`(7)](../man7/kernel_modules.md)