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…
Question
Options
- Amodinfo
- Bmodprobe
- Cinsmod
- Ddepmod
How the community answered
(22 responses)- A77% (17)
- B5% (1)
- C5% (1)
- D14% (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
Community Discussion
No community discussion yet for this question.