Easy Tutorial
❮ Linux Comm Tmpwatch Linux Comm Col ❯

Linux modinfo Command

Linux Command Manual

The Linux modinfo command is used to display information about kernel modules.

modinfo displays the object file of a kernel module to show its related information.

Syntax

modinfo [-adhpV][module file]

Parameters:

Example

Display information about the sg module.

# modinfo sg
filename:    /lib/modules/2.6.9-42.ELsmp/kernel/drivers/scsi/sg.ko
author:     Douglas Gilbert
description:  SCSI generic (sg) driver
license:    GPL
version:    3.5.31 B0B0CB1BB59F0669A1F0D6B
parm:      def_reserved_size:size of buffer reserved for each fd
parm:      allow_dio:allow direct I/O (default: 0 (disallow))
alias:     char-major-21-*
vermagic:    2.6.9-42.ELsmp SMP 686 REGPARM 4KSTACKS gcc-3.4
depends:    scsi_mod

Linux Command Manual

❮ Linux Comm Tmpwatch Linux Comm Col ❯