查看Linux的版本
[root@localhost ~]#lsb_release -a
LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 5.9 (Final)
Release: 5.9
Codename: Final
[root@localhost ~]# uname
Linux
[root@localhost ~]# uname -r
2.6.18-348.18.1.el5
[root@localhost ~]# cat /etc/redhat-release
CentOS release 5.9 (Final)
[root@localhost ~]# rpm -q centos-release
centos-release-5-9.el5.centos.1
本文介绍如何使用多种命令来检查Linux系统的版本详情,包括发行版名称、版本号、内核版本等。
1643

被折叠的 条评论
为什么被折叠?



