查看linux版本的三种常用技巧
1)登陆到服务器执行lsb_release-a,即可列举所有版本信息linux版本命名规则,比如:
root@3.5.5Biz-46~
#lsb_release-a
LSBVersion:1.3
DistributorID:RedHatEnterpriseAS
Description:RedHatEnterpriseLinuxASrelease4(NahantUpdate1)
Release:4
Codename:NahantUpdate1
root@3.5.5Biz-46~
这个命令适用于所有的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~
这些方法下可以直接看见具体的版本号,例如AS4Update1
3)登陆到linux执行rpm-qredhat-releaselinux版本命名规则,诸如如下
root@3.5.5Biz-46~
#rpm-qredhat-release
redhat-release-4AS-2.4
root@3.5.5Biz-46~
这些方法下可看见一个所谓的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学习视频,希望对你们有所帮助。倘若您喜欢这篇文章,可以收藏或分享给您的男子伴们吧!欢迎持续关注我们的后续更新。