insmod
insmod is a trivial program to insert a module into the kernel: if the filename is a hyphen, the module is taken from standard input. Most users will want to use modprobe instead, which is cleverer.[1]
Documentation
- man 8 'insmod' [EN]
Syntax
insmod [MODULE] [MODULE PARAMETER ...]
References
- ↑ man 8 'insmod'