September 2000
Beginner
1312 pages
33h 47m
English
/usr/sbin/modinfo [-c][-w][-i module-id]
Use the modinfo command to display information about the loaded modules. The format of the information is as follows.
Id Loadaddr Size Info Rev Module Name
where Id is the module ID, Loadaddr is the starting text address in hexadecimal, Size is the size of text, data, and bss in hexadecimal bytes, Info is module-specific information, Rev is the revision of the loadable modules system, and Module Name is the file name and description of the module.
The module-specific information is the block and character major numbers for drivers, the system call number for system calls, or, for other module types, the index into the appropriate ...