modinfo
Extract information about a Linux kernel module.
- List all attributes of a kernel module:
modinfo {kernel_module}
- List the specified attribute only:
modinfo -F {author|description|license|parm|filename} {kernel_module}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).