mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
215 B
215 B
insmod
Dynamically load modules into the Linux Kernel. See also:
kmod. More information: https://manned.org/insmod.
- Insert a kernel module into the Linux kernel:
sudo insmod {{path/to/module.ko}}