KLDUNLOAD(8) | MidnightBSD System Manager's Manual | KLDUNLOAD(8) |
kldunload
— unload
a file from the kernel
kldunload |
[-fv ] -i
id ... |
kldunload |
[-fv ] [-n ]
name ... |
The kldunload
utility unloads a file which
was previously loaded with
kldload(8).
The following options are available:
-f
MOD_QUIESCE
from the module and implies that the
module should be unloaded even if it is currently in use. The users are
left to cope as best they can.-v
-i
id-n
nameThe kldunload
utility exits 0 on
success, and >0 if an error occurs.
The kldunload
utility first appeared in
FreeBSD 3.0, replacing the
lkm
interface.
Doug Rabson <dfr@FreeBSD.org>
February 27, 2006 | midnightbsd-3.1 |