Query: kldunload
OS: freebsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KLDUNLOAD(8) BSD System Manager's Manual KLDUNLOAD(8)NAMEkldunload -- unload a file from the kernelSYNOPSISkldunload [-fv] -i id ... kldunload [-fv] [-n] name ...DESCRIPTIONThe kldunload utility unloads a file which was previously loaded with kldload(8). The following options are available: -f Force the unload. This ignores error returns to 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 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.EXIT STATUSThe kldunload utility exits 0 on success, and >0 if an error occurs.SEE ALSOkldunload(2), kldload(8), kldstat(8)HISTORYThe kldunload utility first appeared in FreeBSD 3.0, replacing the lkm interface.AUTHORSDoug Rabson <dfr@FreeBSD.org>BSDFebruary 27, 2006 BSD
Related Man Pages |
---|
kldunload(8) - freebsd |
kldunload(2) - linux |
kldunload(2) - opensolaris |
kldunload(2) - osx |
kldunload(2) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Unload utility with loop method |