Files
tldr/pages/linux/insmod.md
2024-12-26 09:00:22 +02:00

195 B

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}}