commands.sh

modinfo

linux

Extract information about a Linux kernel module. See also: `kmod`.

More info →

Options (1)

-F, --fieldboolean

List the specified attribute only

Example: modinfo {{[-F|--field]}} {{author|description|license|parm|filename|version|...}} {{kernel_module}}

Examples (2)

List all attributes of a kernel module

modinfo kernel_module

List the specified attribute only

modinfo [-F|--field] author|description|license|parm|filename|version|... kernel_module
made by @shridhargupta | data from tldr-pages