linux帮助命令使用

一. help使用

  查看ls命令的帮助信息

  ls --help            # 查看全部

  ls --help | less   # 分页查看, q退出

 

二. man手册

  同一命令存在于多个章节中时, 可指定章节查看

  man ls               # 查看ls命令的帮助信息

  man -f passwd  # 列出章节中的所有passwd手册

  man 1 passwd   # 指定章节查看命令详情

  man手册也是根据配置文件到指定的路径下查找手册说明的, 通常是etc/man.config

  也可手动指定搜索路径: man -M /xx/xx/xx  passwd

 

三. 官方手册

  http://docs.redhat.com

posted @ 2019-06-26 13:39  叶落kiss  阅读(661)  评论(0编辑  收藏  举报