MODINFO(8) | modinfo | MODINFO(8) |
NAME¶
modinfo - Show information about a Linux Kernel module
SYNOPSIS¶
modinfo [-0] [-F field] [-k kernel] [modulename|filename...]
modinfo -V
modinfo -h
DESCRIPTION¶
modinfo extracts information from the Linux Kernel modules given on the command line. If the module name is not a filename, then the /lib/modules/ version directory is searched, as is also done by modprobe(8) when loading kernel modules.
modinfo by default lists each attribute of the module in form fieldname : value, for easy reading. The filename is listed the same way (although it's not really an attribute).
This version of modinfo can understand modules of any Linux Kernel architecture.
OPTIONS¶
-V --version
-F field --field field
-b basedir --basedir basedir
-k kernel
-0 --null
-a --author -d --description -l --license -p --parameters -n --filename
COPYRIGHT¶
This manual page originally Copyright 2003, Rusty Russell, IBM Corporation.
SEE ALSO¶
AUTHORS¶
Numerous contributions have come from the linux-modules mailing list <linux-modules@vger.kernel.org> and Github. If you have a clone of kmod.git itself, the output of git-shortlog(1) and git-blame(1) can show you the authors for specific parts of the project.
Lucas De Marchi <lucas.de.marchi@gmail.com> is the current maintainer of the project.
2024-08-13 | kmod |