一、查看Linux内核版本命令(两种方法):
1、cat /proc/version, 显示正在运行的内核版本。
2、uname -a, 显示电脑以及操作系统的相关信息。
二、查看Linux系统版本的命令(3种方法):
1、lsb_release -a,列出所有版本信息 (使用命令时提示command not found,需要安装yum install redhat-lsb -y) :
2、cat /etc/redhat-release,这种方法只适合Redhat系的Linux:
[root@S-CentOS home]# cat /etc/redhat-release
CentOS release 6.5 (Final)