lsmod   查看系统安装了那些模块

insmod 安装模块

rmmod 卸载模块

modprobe可安装模块,也可卸载模块

modprobe [-acdlrtvV][--help][模块文件][符号名称 = 符号值]。

删除模块的命令是:modprobe -r filename。

 

insmod 与 modprobe 都是载入 kernel module,不过一般差别于 modprobe 能够处理 module 载入的相依问题。

相关文章:

  • 2021-12-06
  • 2021-12-06
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-12-06
猜你喜欢
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案