Linux common commands-74: insmod

The insmod command is used to load the given module into the kernel. The loaded module can be viewed through lsmod .

Syntax format: insmod [parameter]

Common parameters:

Example

 # 加载模块test.ko insmod test.ko

This article is reprinted from https://xugaoxiang.com/2022/06/23/linux-cmds-74-insmod/
This site is for inclusion only, and the copyright belongs to the original author.

Leave a Comment