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

FreeBSD Manual Pages

  
 
  

home | help
KLDSTAT(8)		  BSD System Manager's Manual		    KLDSTAT(8)

NAME
     kldstat --	display	status of dynamic kernel linker

SYNOPSIS
     kldstat [-h] [-q] [-v] [-d] [-i id] [-n filename]
     kldstat [-q] [-d] [-m modname]

DESCRIPTION
     The kldstat utility displays the status of	any files dynamically linked
     into the kernel.

     The following options are available:

     -h	       Display the size	field in a human-readable form,	using unit
	       suffixes	instead	of hex values.

     -v	       Be more verbose.

     -d	       Show the	module specific	data (as int, unsigned int and un-
	       signed long)

     -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 in-
     terface.

AUTHORS
     Doug Rabson <dfr@FreeBSD.org>

BSD			       January 19, 2016				   BSD

NAME | SYNOPSIS | DESCRIPTION | EXIT STATUS | SEE ALSO | HISTORY | AUTHORS

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

home | help