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

四种方法

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

你可能感兴趣的:(Linux系统上获取命令的帮助信息)