mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 20:15:38 +02:00
8 lines
195 B
Markdown
8 lines
195 B
Markdown
# insmod
|
|
|
|
> Dynamically load modules into the Linux Kernel.
|
|
> More information: <https://manned.org/insmod>.
|
|
|
|
- Insert a kernel module into the Linux kernel:
|
|
|
|
`sudo insmod {{path/to/module.ko}}`
|