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 Debian
apt-get install kmod
Ubuntu
apt-get install kmod
Alpine
apk add kmod
Arch Arch Linux
pacman -S kmod
image/svg+xml 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
Docker
docker run cmd.cat/lsmod lsmod powered 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