本文出自 “Uione” 博客,请务必保留此出处http://weiqijun.blog.51cto.com/338163/71548
查看Linux系统的版本信息
1、uname -a
2、cat /etc/issue
3、cat /proc/version
4、lsb_release -a ---此命令可查看所有的版本信息,适用于大多数的Linux系统。
5、rpm -q redhat-release ---此命令只对Redhat有效。
6、cat /etc/redhat-release ---此命令只对Redhat有效。
附图: