① 怎么查看linux操作系统版本
查看Linux系统版本的命令(3种方法):
1、lsb_release -a,即可列出所有版本信息:
[root@localhost~]#lsb_release-a
LSBVersion::core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
DistributorID:CentOS
Description:CentOSrelease5.5(Final)
Release:5.5
Codename:Final
这个命令适用于所有的Linux发行版,包括Redhat、SuSE、Debian…等发行版。
2、cat /etc/redhat-release,这种方法只适合Redhat系的Linux:
[root@localhost~]#cat/etc/redhat-release
CentOSrelease5.5(Final)
3、cat /etc/issue,此命令也适用于所有的Linux发行版。
[root@localhost~]#cat/etc/issue
CentOSrelease5.5(Final)
Kernel onanm