zoukankan      html  css  js  c++  java
  • 查看linux系统版本命令

    二。查看linux版本:

    1) 登录到服务器执行 lsb_release -a ,即可列出所有版本信息,例如:

    [root@SOR_SYS ~]# 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: RedHatEnterpriseAS
    Description:    Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
    Release:        4
    Codename:       NahantUpdate4
    [root@SOR_SYS ~]#

    注:这种方式下可看到一个所谓的release号,比如上边的例子是5

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

      redhat-release-3AS-1 -> Redhat Enterprise Linux AS 3

      redhat-release-3AS-7.4 -> Redhat Enterprise Linux AS 3 Update 4

      redhat-release-4AS-2 -> Redhat Enterprise Linux AS 4

      redhat-release-4AS-2.4 -> Redhat Enterprise Linux AS 4 Update 1

      redhat-release-4AS-3 -> Redhat Enterprise Linux AS 4 Update 2

      redhat-release-4AS-4.1 -> Redhat Enterprise Linux AS 4 Update 3

      redhat-release-4AS-5.5 -> Redhat Enterprise Linux AS 4 Update 4

    另:第3)、4)两种方法只对Redhat Linux有效

    5) [root@SOR_SYS ~]# file /bin/bash
    /bin/bash: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped
    [root@SOR_SYS ~]#

    6) [root@SOR_SYS ~]# file /bin/cat
    /bin/cat: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped
    [root@SOR_SYS ~]#

  • 相关阅读:
    千峰公开课徐老师讲解前端前沿技术总结
    网站被k到可以使用关键词搜索到首页优化总结
    SEO基础内容
    react项目后台及上线步骤
    超好用的图片压缩工具,推荐给你
    属性title样式自定义
    Vue.js_devtools_5.1.0.zip【需要的可自行下载】
    js异步执行 按需加载 三种方式
    Web安全之跨站脚本攻击(XSS)
    操作数组不要只会for循环
  • 原文地址:https://www.cnblogs.com/lcword/p/5532461.html
Copyright © 2011-2022 走看看