Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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 [-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.

     -m	modname
	       Display the status of only the module with this modname.

DIAGNOSTICS
     The kldstat utility exits with a status of	0 on success and with a
     nonzero status 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	11.1			April 25, 1997			  FreeBSD 11.1

NAME | SYNOPSIS | DESCRIPTION | DIAGNOSTICS | SEE ALSO | HISTORY | AUTHORS

Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=kldstat&sektion=8&manpath=FreeBSD+5.5-RELEASE>

home | help