10 lines
253 B
Markdown
10 lines
253 B
Markdown
|
|
# insmod
|
||
|
|
|
||
|
|
> Dynamically load modules into the Linux Kernel.
|
||
|
|
> See also: `kmod`, for other module management commands.
|
||
|
|
> More information: <https://manned.org/insmod>.
|
||
|
|
|
||
|
|
- Insert a kernel module into the Linux kernel:
|
||
|
|
|
||
|
|
`sudo insmod {{path/to/module.ko}}`
|