mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
9 lines
190 B
Markdown
9 lines
190 B
Markdown
![]() |
# insmod
|
||
|
|
||
|
> Dynamically load modules into the Linux Kernel.
|
||
|
> More information: <https://manned.org/insmod>.
|
||
|
|
||
|
- Insert a kernel module into the Linux kernel:
|
||
|
|
||
|
`insmod {{path/to/module.ko}}`
|