Query: modload
OS: netbsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MODLOAD(8) BSD System Manager's Manual MODLOAD(8)NAMEmodload -- load a kernel moduleSYNOPSISmodload [-fP] [-b var=boolean] [-i var=integer] [-s var=string] module modload -p [-b var=boolean] [-d var] [-i var=integer] [-m plist] [-s var=string]DESCRIPTIONThe modload utility loads a kernel module specified by the module parameter into the running system. Modules are loaded from the default system module areas unless the module parameter contains a path separator character ('/'). The options to modload are as follows: -b var=boolean Pass the module a boolean property with the name var. boolean may be either true or false. -d var When used in conjuction with -m, delete var from the plist specified. -f When a module is loaded, the kernel checks if the module is compatible with the running kernel and will refuse to load mod- ules that are potentially incompatible. This option disables compatibility checks. Note: an incompatible module can cause system instability, including data loss or corruption. This option is also required for re-enabling a builtin module that was disabled using modunload(8). -i var=integer Pass the module an integer property with the name var and integral value integer. -m plist When used in conjuction with -p, merge new options with an existing property list contained in plist. -P This option tells the kernel not to load an associated property list. -p Output a property list suitable for loading along with a module. When using this option, you do not need to specify a mod- ule. Use -m and -d to read and modify an existing property list. -s var=string Pass the module a string property with the name var and string value string.DIAGNOSTICSThe modload utility exits with a status of 0 on success and with a nonzero status if an error occurs.SEE ALSOmodule(7), modstat(8), modunload(8)HISTORYThe modload command was designed to be similar in functionality to the corresponding command in SunOS 4.1.3.BSDAugust 6, 2011 BSD
| Related Man Pages |
|---|
| modload(1m) - opensolaris |
| modload(8) - netbsd |
| modload(1m) - redhat |
| modload(1m) - mojave |
| modload(1m) - php |
| Similar Topics in the Unix Linux Community |
|---|
| free some space in file system |
| duplicate directories |
| Find exact string |
| Suse 8 /var Directory |
| Search string at a particular position in a file |