1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 07:55:40 +02:00
tldr/pages/linux/insmod.md
2025-07-30 07:32:48 +03:00

9 lines
252 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}}`