bmodinfo

显示给定模块的详细信息

补充说明

bmodinfo命令 用于显示给定模块的详细信息。

语法

  1. bmodinfo(选项)(参数)

选项

  1. -a:显示模块作者;
  2. -d:显示模块的描述信息;
  3. -l:显示模块的许可信息;
  4. -p:显示模块的参数信息;
  5. -n:显示模块对应的文字信息;
  6. -0:用ASCII码的0字符分割字段值,而不使用新行。

参数

模块名:要显示详细信息的模块名称。

实例

显示sg模块的信息:

  1. [root@localhost ~]# modinfo sg
  2. filename: /lib/modules/2.6.9-42.ELsmp/kernel/drivers/scsi/sg.ko
  3. author: Douglas Gilbert
  4. description: SCSI generic (sg) driver
  5. license: GPL
  6. version: 3.5.31 B0B0CB1BB59F0669A1F0D6B
  7. parm: def_reserved_size:size of buffer reserved for each fd
  8. parm: allow_dio:allow direct I/O (default: 0 (disallow))
  9. alias: char-major-21-*
  10. vermagic: 2.6.9-42.ELsmp SMP 686 REGPARM 4KSTACKS gcc-3.4
  11. depends: scsi_mod