ladybird/Base/usr/share/man/man8/modload.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
337 B
Markdown

## Name
modload - load a kernel module
## Synopsis
```**sh
$ modload <path>
```
## Description
Load a kernel module specified by *path*.
## Examples
```sh
$ modload /mod/TestModule.o
```
## See also
* [`modunload`(1)](modunload.md)
* [`module_load`(2)](../man2/module_load.md)
* [`kernel_modules`(7)](../man7/kernel_modules.md)