查看linux版本的三种常用技巧

1)登陆到服务器执行lsb_release-a,即可列举所有版本信息linux版本命名规则,比如:

root@3.5.5Biz-46~

#lsb_release-a

LSBVersion:1.3

 Linux版本查询方法 cat /etc/redhat-release _查看Linux版本命令 lsb_release-a _linux版本命名规则

DistributorID:RedHatEnterpriseAS

Description:RedHatEnterpriseLinuxASrelease4(NahantUpdate1)

Release:4

Codename:NahantUpdate1

root@3.5.5Biz-46~

linux版本命名规则_ Linux版本查询方法 cat /etc/redhat-release _查看Linux版本命令 lsb_release-a

这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。

2)登陆到linux执行cat/etc/redhat-releaselinux操作系统安装,诸如如下:

root@3.5.5Biz-46~

#cat/etc/redhat-release

RedHatEnterpriseLinuxASrelease4(NahantUpdate1)

root@3.5.5Biz-46~

linux版本命名规则_ Linux版本查询方法 cat /etc/redhat-release _查看Linux版本命令 lsb_release-a

这些方法下可以直接看见具体的版本号,例如AS4Update1

3)登陆到linux执行rpm-qredhat-releaselinux版本命名规则,诸如如下

root@3.5.5Biz-46~

#rpm-qredhat-release

redhat-release-4AS-2.4

root@3.5.5Biz-46~

查看Linux版本命令 lsb_release-a _ Linux版本查询方法 cat /etc/redhat-release _linux版本命名规则

这些方法下可看见一个所谓的release号,例如上面的事例是2.4

这个release号和实际的版本之间存在一定的对应关系,如下:

redhat-release-3AS-1->RedhatEnterpriseLinuxAS3

redhat-release-3AS-7.4->RedhatEnterpriseLinuxAS3Update4

redhat-release-4AS-2->RedhatEnterpriseLinuxAS4

redhat-release-4AS-2.4->RedhatEnterpriseLinuxAS4Update1

redhat-release-4AS-3->RedhatEnterpriseLinuxAS4Update2

redhat-release-4AS-4.1->RedhatEnterpriseLinuxAS4Update3

redhat-release-4AS-5.5->RedhatEnterpriseLinuxAS4Update4

注意:第(2)(3)两种方式只对RedhatLinux有效

以上查看linux版本的三种常用方式就是小编为你们搜集整理的全部内容了linux学习视频,希望对你们有所帮助。倘若您喜欢这篇文章,可以收藏或分享给您的男子伴们吧!欢迎持续关注我们的后续更新。

Tagged:
Author

这篇优质的内容由TA贡献而来

刘遄

《Linux就该这么学》书籍作者,RHCA认证架构师,教育学(计算机专业硕士)。

发表回复