*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: kldunload | Section: 8 | Source: FreeBSD | File: kldunload.8.gz
KLDUNLOAD(8) FreeBSD System Manager's Manual KLDUNLOAD(8) NAME kldunload - unload a file from the kernel SYNOPSIS kldunload [-fv] -i id ... kldunload [-fv] [-n] name ... DESCRIPTION The 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 STATUS The kldunload utility exits 0 on success, and >0 if an error occurs. SEE ALSO kldunload(2), kldload(8), kldstat(8) HISTORY The kldunload utility first appeared in FreeBSD 3.0, replacing the lkm interface. AUTHORS Doug Rabson <[email protected]> FreeBSD 14.1-RELEASE-p8 February 27, 2006 FreeBSD 14.1-RELEASE-p8

Navigation Options