Содержащиеся вНайти другие документыРесурсы поддержки | Загрузить это руководство в формате PDF (8966 КБ)
modinfo(1M)Name | Synopsis | Description | Options | Examples | Attributes | See Also Name
Synopsis/usr/sbin/modinfo [-c] [-w] [-i module-id] DescriptionThe modinfo utility displays 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 filename 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, and unspecified for other module types. Options
The following options are supported: ExamplesExample 1 Displaying the Status of a ModuleThe following example displays the status of module 2:
Example 2 Displaying the Status of Kernel ModulesThe following example displays the status of some kernel modules:
Example 3 Using the -c OptionUsing the modinfo command with the -c option displays the number of instances of the module loaded and the module's current state.
AttributesSee attributes(5) for descriptions of the following attributes:
See AlsoSunOS 5.10 Last Revised 1 Oct 2002Name | Synopsis | Description | Options | Examples | Attributes | See Also |
|||||||||