Files
cheatsheet-tldr/tldr/linux/insmod
2024-12-27 00:17:30 +00:00

14 lines
287 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`