| Main index | Section 8 | 日本語 | Options |
If a bare filename is requested it will only be loaded if it is found within the module path as defined by the sysctl kern.module_path. To load a module from the current directory it must be specified as a full or relative path. The kldload utility will warn if a module is requested as a bare filename and is present in the current directory.
The following options are available:
| | |
| Do not try to load module if already loaded. | |
| | |
| Be more verbose. | |
| | |
| Silence any extraneous warnings. | |
| /boot/kernel | |
| directory containing loadable modules. Modules must have an extension of .ko. | |
> kldload foo
To load by file name within the module path:
> kldload foo.ko
To load by relative path:
> kldload ./foo.ko
To load by full path:
> kldload /boot/kernel/foo.ko
| KLDLOAD (8) | April 27, 2017 |
| Main index | Section 8 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | I have a natural revulsion to any operating system that shows so little planning as to have to named all of its commands after digestive noises (awk, grep, fsck, nroff). | ” |