2025-03-14 21:59:59 -06:00
|
|
|
# insmod
|
|
|
|
|
|
|
|
|
|
> Dynamically load modules into the Linux Kernel.
|
2025-09-14 18:48:49 -06:00
|
|
|
> See also: `kmod` for other module management commands.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://manned.org/insmod>.
|
|
|
|
|
|
|
|
|
|
- Insert a kernel module into the Linux kernel:
|
|
|
|
|
|
|
|
|
|
`sudo insmod {{path/to/module.ko}}`
|