diff --git a/pages/linux/insmod.md b/pages/linux/insmod.md new file mode 100644 index 000000000..e972b4ef7 --- /dev/null +++ b/pages/linux/insmod.md @@ -0,0 +1,8 @@ +# insmod + +> Dynamically load modules into the Linux Kernel. +> More information: . + +- Insert a kernel module into the Linux kernel: + +`insmod {{path/to/module.ko}}`