1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:35:22 +02:00
tldr/pages/linux/modinfo.md

14 lines
383 B
Markdown
Raw Normal View History

2017-11-15 17:54:53 +05:30
# modinfo
> Extract information about a Linux kernel module.
> See also: `kmod`, for other module management commands.
> More information: <https://manned.org/modinfo>.
2017-11-15 17:54:53 +05:30
- List all attributes of a kernel module:
`modinfo {{kernel_module}}`
- List the specified attribute only:
2025-06-03 06:14:17 +03:00
`modinfo {{[-F|--field]}} {{author|description|license|parm|filename|version|...}} {{kernel_module}}`