English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux insmod (full English name: install module) command is used to load modules.
Many functions of Linux are loaded through modules, which are loaded into the kernel when needed. This can make the kernel more concise, improve efficiency, and maintain greater flexibility. Such loadable modules are usually device drivers.
insmod [-fkmpsvxX][-o <module name>][module file][symbol name = symbol value]
Parameter Description:
Load Module
# insmod led.o //Load Modules into Kernel