Интерактивная система просмотра системных руководств (man-ов)
kldstat (8)
 kldstat (2)  ( FreeBSD man: Системные вызовы )>> kldstat (8)  ( FreeBSD man: Команды системного администрирования )
BSD mandoc
 
NAME
kldstat
 - display status of dynamic kernel linker
 
SYNOPSIS
[-v
]
[-i id
]
[-n filename
]
[-q
]
[-m modname
]
 
DESCRIPTION
The
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
Ex -std
 
SEE ALSO
kldstat(2),
kldload(8),
kldunload(8)
 
HISTORY
The
utility first appeared in
Fx 3.0 ,
replacing the
lkm
interface.
 
AUTHORS
An Doug Rabson Aq [email protected]
 Index
- NAME
- 
- SYNOPSIS
- 
- DESCRIPTION
- 
- EXIT STATUS
- 
- SEE ALSO
- 
- HISTORY
- 
- AUTHORS
-