您的位置:首页 > 运维架构 > Linux

Linux系统帮助方法总结

2016-07-27 16:57 417 查看
图形界面:系统-->帮助
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目录下面
其他相关网站:openstack filetype:pdf #搜索出来是谷歌上关于openstack的文档

rhca site:redhat.com/doc #指定搜索范围

tldp.org

slideshare.net

google.com

付费用户:遇到问题可使用sosreport上传至linux管理者,让他们给分析问题。这个命令会收集本地的日志。
rhn.redhat.com也提供给付费用户
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  帮助