lsmod
Shows the status of Linux kernel modules. See also modprobe, which loads kernel modules. More information: <https://manned.org/lsmod>.
Install
- All systems
-
curl cmd.cat/lsmod.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 updatesudo apt-get install kmod - Raspbian
-
apt-get install kmod - Docker
-
docker run cmd.cat/lsmod lsmodpowered by Commando
Shows the status of Linux kernel modules. See also modprobe, which loads kernel modules. More information: <https://manned.org/lsmod>.
-
List all currently loaded kernel modules:
lsmod
© tl;dr; authors and contributors