Linux depmod命令

更新时间: 2019-10-16 12:40

Linux depmod命令用于分析可载入模块的相依性。

depmod(depend module)可检测模块的相依性,供modprobe在安装模块时使用。

语法

depmod [-adeisvV][-m <文件>][--help][模块名称]

参数说明

  • -a或--all  分析所有可用的模块。
  • -d或debug  执行排错模式。
  • -e  输出无法参照的符号。
  • -i  不检查符号表的版本。
  • -m<文件>或system-map<文件>  使用指定的符号表文件。
  • -s或--system-log  在系统记录中记录错误。
  • -v或--verbose  执行时显示详细的信息。
  • -V或--version  显示版本信息。
  • --help  显示帮助。

实例

显示可用模块

# depmod -a //显示可用模块
Distributed Algorithms: An Intuitive Approach

Distributed Algorithms: An Intuitive Approach

Wan Fokkink / MIT Press / 2018-2-2 / USD 48.00

The new edition of a guide to distributed algorithms that emphasizes examples and exercises rather than the intricacies of mathematical models. This book offers students and researchers a guide to ......一起来看看 《Distributed Algorithms: An Intuitive Approach》 这本书的介绍吧!

JSON 在线解析

JSON 在线解析

在线 JSON 格式化工具

XML 在线格式化

XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换

RGB HSV 转换

RGB HSV 互转工具