--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # insmod > Dynamically load modules into the Linux Kernel. > More information: . - Insert a kernel module into the Linux kernel: `insmod {{path/to/module.ko}}`