insmod
Dynamically load modules into the Linux Kernel. More information: <https://manned.org/insmod>.
Install
- All systems
-
curl cmd.cat/insmod.sh
- Debian
-
apt-get install kmod
- Ubuntu
-
apt-get install kmod
- Alpine
-
apk add kmod
- Arch Linux
-
pacman -S kmod
- Kali Linux
-
apt-get install kmod
- CentOS
-
yum install kmod
- Fedora
-
dnf install kmod
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install kmod
- Raspbian
-
apt-get install kmod
- Dockerfile
- dockerfile.run/insmod
- Docker
-
docker run cmd.cat/insmod insmod
powered by Commando
Dynamically load modules into the Linux Kernel. More information: <https://manned.org/insmod>.
-
Insert a kernel module into the Linux kernel:
insmod path/to/module.ko
© tl;dr; authors and contributors