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 updatesudo apt-get install kmod - Raspbian
-
apt-get install kmod - Docker
-
docker run cmd.cat/modinfo modinfopowered 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