kldunload -- unload a file from the kernel
kldunload [-v] -i id
kldunload [-v] [-n] name
The kldunload utility unloads a file which was previously loaded with
kldload(8).
The following options are available:
-v Be more verbose.
-i id Unload the file with this ID.
-n name Unload the file with this name.
name Unload the file with this name.
The kldunload utility exits with a status of 0 on success and with a
nonzero status if an error occurs.
kldunload(2), kldload(8), kldstat(8)
The kldunload utility first appeared in FreeBSD 3.0, replacing the lkm(4)
interface.
Doug Rabson <[email protected]>
FreeBSD 5.2.1 April 25, 1997 FreeBSD 5.2.1 [ Back ] |