nerdexam
LPI

117-102 · Question #620

What utility examines the object file module_file associated with a kernel module and display any information that it can glean?

The correct answer is A. modinfo. modinfo extracts information 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 done by modprobe Syntax: modinfo modulename or filename Sample output filename…

108 Essential System Services

Question

What utility examines the object file module_file associated with a kernel module and display any information that it can glean?

Options

  • Amodinfo
  • Bmodprobe
  • Cinsmod
  • Ddepmod

How the community answered

(22 responses)
  • A
    77% (17)
  • B
    5% (1)
  • C
    5% (1)
  • D
    14% (3)

Explanation

modinfo extracts information 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 done by modprobe Syntax: modinfo modulename or filename Sample output filename: /lib/modules/2.6.9-5.EL/kernel/fs/ext3/ext3.ko author: Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and othersdescription: Second Extended Filesystem with journaling extensions vermagic: 2.6.9-5.EL 686 REGPARM 4KSTACKS gcc-3.4

Topics

#modinfo#kernel modules#module information

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice