Linux系統幫助方法總結



    • 圖形界面:系統-->幫助

    • 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也提供給付費用戶



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章