:man| Alphabetical   Categories   About us 
 
KLDUNLOAD (8) | System administration commands and daemons | Unix Manual Pages | :man

NAME

kldunload - unload a file from the kernel

CONTENTS

Synopsis
Description
Exit Status
See Also
History
Authors

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


.Ex -std

SEE ALSO

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

HISTORY

lkm(4)

AUTHORS

 
Created by Blin Media, 2008-2013