美文网首页
Linux系统上获取命令的帮助信息

Linux系统上获取命令的帮助信息

作者: charleslv | 来源:发表于2016-09-17 11:56 被阅读0次

四种方法

    help 命令
    info 命令
    man 命令
    命令 --help
man文档的章节划分、
    user commands (标准命令)
    system calls (系统调用)
    library functions (库函数)
    special devices (设备说明)
    file formats (文件格式)
    games (游戏)
    miscellaneous (其他)
    administration commands (管理员命令)

相关文章

网友评论

      本文标题:Linux系统上获取命令的帮助信息

      本文链接:https://www.haomeiwen.com/subject/iiviettx.html