GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KLDUNLOAD(8) FreeBSD 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:

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.
Be more verbose.
id
Unload the file with this ID.
name
Unload the file with this name.
name
Unload the file with this name.

The kldunload utility exits 0 on success, and >0 if an error occurs.

kldunload(2), kldload(8), kldstat(8)

The kldunload utility first appeared in FreeBSD 3.0, replacing the lkm interface.

Doug Rabson <dfr@FreeBSD.org>
February 27, 2006 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.