kldstat -- display status of dynamic kernel linker
kldstat [-v] [-i id] [-n name]
The kldstat utility displays the status of any files dynamically linked
into the kernel.
The following options are available:
-v Be more verbose.
-i id Display the status of only the file with this ID.
-n name Display the status of only the file with this name.
The kldstat utility exits with a status of 0 on success and with a
nonzero status if an error occurs.
kldstat(2), kldload(8), kldunload(8)
The kldstat utility first appeared in FreeBSD 3.0, replacing the lkm(4)
interface.
Doug Rabson <[email protected]>
FreeBSD 5.2.1 April 25, 1997 FreeBSD 5.2.1 [ Back ] |