• 图形界面:系统-->帮助

    • whatis

[root@localhost etc]# whatis ls
ls (1)               - list directory contents
ls (1p)              - list directory contents
  • man & info

  • which

[root@localhost etc]# which ls
alias ls='ls --color=auto'
	/usr/bin/ls
  • whereis

[root@localhost etc]# whereis ls
ls: /usr/bin/ls /usr/share/man/man1/ls.1.gz /usr/share/man/man1p/ls.1p.gz
  • CMD --help(大部分命令都会有这个,少部分命令没有)

  • 帮助文档文件:更加详细的帮助文档----/usr/share/doc

  • 第三方软件,可以访问官方网站,例如apache

  • 自行安装帮助文档:当使用apache时,可以在安装软件的同时安装帮助文档。这时候的帮助文档就位于:/usr/share/doc目录下面

  • 其他相关网站:


付费用户:

  • 遇到问题可使用sosreport上传至linux管理者,让他们给分析问题。这个命令会收集本地的日志。

  • rhn.redhat.com也提供给付费用户