insmod

From RaySoft

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

Syntax

insmod [MODULE] [MODULE PARAMETER ...]

References

  1. man 8 'insmod'