commands.sh

insmod

linux

Dynamically load modules into the Linux Kernel. See also: `kmod`.

More info →

Examples (1)

Insert a kernel module into the Linux kernel

sudo insmod path/to/module.ko
made by @shridhargupta | data from tldr-pages