kernel
Contents
[NOTE] Updated May 27, 2020. This article may have outdated content or subject matter.
Kernel
command
lsmod 查看已加载的模块 # /proc/modules
rmmod <name> 删除模块
modprobe -c 查看已编译可加载的内核模块
modprobe <name> 加载模块 # /etc/modules
modprobe -r <name> 删除模块
// modprobe 重启就没了
echo "ipmi_devintf" >> /etc/modules
Author Canux
LastMod 2020-05-27