modinfo
Extract information about a Linux kernel module. More information: <https://manned.org/modinfo>.
Install
- All systems
-
curl cmd.cat/modinfo.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/modinfo
- Docker
-
docker run cmd.cat/modinfo modinfo
powered by Commando
Extract information about a Linux kernel module. More information: <https://manned.org/modinfo>.
-
List all attributes of a kernel module:
modinfo kernel_module
-
List the specified attribute only:
modinfo -F author|description|license|parm|filename kernel_module
© tl;dr; authors and contributors