NAME
modstat —
display status of loaded kernel
modules
SYNOPSIS
modstat |
[-i id]
[-n name] |
DESCRIPTION
The modstat utility displays the status of
any loadable kernel modules present in the kernel.
The options are as follows:
-iid- Display the status of only the module with this ID.
-nname- Display the status of only the module with this name.
EXIT STATUS
The modstat utility exits with a status of
0 on success or with a nonzero status if an error occurred.
SEE ALSO
HISTORY
The modstat command was designed to be
similar in functionality to the corresponding command in SunOS 4.1.3.
AUTHORS
Terrence R. Lambert <terry@cs.weber.edu>