一、查看Linux内核版本命令:
方法1、cat /proc/version
[root@localhost ~]# cat /proc/version
Linux version 3.10.0-957.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Nov 8 23:39:32 UTC 2018
方法2、uname -a
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
二、查看Linux系统版本的命令:
方法1、lsb_release -a,即可列出所有版本信息:
[root@localhost ~]# lsb_release -a
-bash: lsb_release: 未找到命令
理论这个命令适用于所有的Linux发行版,包括RedHat、SUSE、Debian…等发行版。但我的linux上应该不是默认自带这个命令。
方法2、cat /etc/redhat-release,这种方法只适合Redhat系的Linux:
[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
方法3、cat /etc/issue,此命令也适用于所有的Linux发行版。
[root@localhost ~]# cat /etc/issue
CentOS Linux release 7.6.1810 (Core)
Kernel \r on an \m