modunload(8) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
MODUNLOAD(8)            NetBSD System Manager's Manual            MODUNLOAD(8)


NAME
modunload -- unload a kernel module
SYNOPSIS
modunload name ...
DESCRIPTION
The modunload utility unloads a loadable kernel module from a running system. name is name of the module to be unloaded, as shown by modstat(8). Builtin modules will not be unloaded from memory, but they will be dis- abled. They can be re-enabled using modload(8).
DIAGNOSTICS
The modunload utility exits with a status of 0 on success and with a nonzero status if an error occurs.
SEE ALSO
module(7), modload(8), modstat(8)
HISTORY
The modunload command was designed to be similar in functionality to the corresponding command in SunOS 4.1.3. NetBSD 7.1.2 December 14, 2010 NetBSD 7.1.2
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.