CentOS7是一款基于Linux内核的开源操作系统,由社区支持和维护,是一款优秀的服务器操作系统。在使用CentOS7之前,很多用户都想知道当前CentOS7的版本号,以便了解CentOS7的功能和安全性。那么,如何查看CentOS7的版本号呢?
1、在CentOS7的终端中,输入命令“cat /etc/redhat-release”,就可以查看当前CentOS7的版本号,如:
[root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core)
2、还可以使用命令“uname -r”查看CentOS7的内核版本号,如:
[root@localhost ~]# uname -r 3.10.0-957.el7.x86_64
3、还可以使用命令“rpm -q centos-release”来查看CentOS7的发行版本号,如:
[root@localhost ~]# rpm -q centos-release centos-release-7-6.1810.2.el7.centos.x86_64
1、如果想查看CentOS7的服务器信息,可以使用命令“hostnamectl”,如:
[root@localhost ~]# hostnamectl Static hostname: localhost.localdomain Icon name: computer-vm Chassis: vm Machine ID: bd2f2e1a2d8d4e3e8adf3f7b3c9f9631 Boot ID: c3e3b5f8e5e44a3f8c1e4b7a3f6d1d9f Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-957.el7.x86_64 Architecture: x86-64
2、还可以使用命令“cat /proc/version”查看CentOS7的内核信息,如:
[root@localhost ~]# cat /proc/version Linux version 3.10.0-957.el7.x86_64 (builder@kbuilder.dev.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
以上就是关于如何查看CentOS7的版本号的介绍,可以利用上面提到的几个命令来查看CentOS7的版本号、内核版本号以及服务器信息,这样就可以更好地了解CentOS7的功能和安全性了。
本文链接:http://task.lmcjl.com/news/267.html