|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
KLDSTAT(8) FreeBSD System Manager's Manual KLDSTAT(8)
NAME
kldstat -- display status of dynamic kernel linker
SYNOPSIS
kldstat [-v] [-i id] [-n filename]
kldstat [-q] [-m modname]
DESCRIPTION
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 filename
Display the status of only the file with this filename.
-q Only check if module is loaded or compiled into the kernel.
-m modname
Display the status of only the module with this modname.
EXIT STATUS
The kldstat utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
kldstat(2), kldload(8), kldunload(8)
HISTORY
The kldstat utility first appeared in FreeBSD 3.0, replacing the lkm(4)
interface.
AUTHORS
Doug Rabson <dfr@FreeBSD.org>
FreeBSD 6.2 April 25, 1997 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:35:07 BST 2007
|