亚洲AV日韩AⅤ综合手机在线观看,激情婷婷久久综合色,欧美色五月婷婷久久,久久国产精品99久久人人澡

  • <abbr id="uk6uq"><abbr id="uk6uq"></abbr></abbr>
  • <tbody id="uk6uq"></tbody>
  • Linux操作系統(tǒng)版本要怎么查看

    時間:2020-08-21 14:22:03 Linux認證 我要投稿

    Linux操作系統(tǒng)版本要怎么查看

      Linux可安裝在各種計算機硬件設備中,比如手機、平板電腦、路由器、視頻游戲控制臺、臺式計算機、大型機和超級計算機。下面是小編收集Linux操作系統(tǒng)版本,希望大家認真閱讀!

      1. 查看內(nèi)核版本命令:

      chen@mylinuxserver:~> cat /proc/version

      Linux version 2.6.5-7.244-smp (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux)) #1 SMP Mon Dec 12 18:32:25 UTC 2005

      /proc 目錄的'作用?

      chen@mylinuxserver:/proc> uname -a

      Linux mylinuxserver 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 i686 i686 i386 GNU/Linux

      chen@mylinuxserver:/proc> uname -r

      2.6.5-7.244-smp

      uname命令的作用?

      2. 查看Linux版本:

      1) 登錄到服務器執(zhí)行 lsb_release -a ,即可列出所有版本信息,例如:

      chen@mylinuxserver:/proc> lsb_release -a

      LSB Version: core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch

      Distributor ID: SUSE LINUX

      Description: SUSE LINUX Enterprise Server 9 (i586)

      Release: 9

      Codename: n/a

      注:這個命令適用于所有的linux,包括Redhat、SuSE、Debian等發(fā)行版。

      2) 登錄到linux執(zhí)行cat /etc/issue,例如如下:

      chen@mylinuxserver:/proc> cat /etc/issue

      Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l).

      3) 登錄到linux執(zhí)行cat /etc/redhat-release ,例如如下:

      chen@mylinuxserver:/proc> cat /etc/*release*

      LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32"

      cat: /etc/lsb-release.d: 是一個目錄

      SUSE LINUX Enterprise Server 9 (i586)

      VERSION = 9

      PATCHLEVEL = 3

    【Linux操作系統(tǒng)版本要怎么查看】相關文章:

    linux操作系統(tǒng)的版本介紹06-22

    Linux操作系統(tǒng)概述06-15

    Linux查看系統(tǒng)信息命令盤點11-02

    Linux流行的廠商版本簡介06-30

    Linux操作系統(tǒng)盤點06-22

    關于linux查看進程ps top區(qū)別09-30

    Linux的物聯(lián)網(wǎng)操作系統(tǒng)06-15

    linux操作系統(tǒng)目錄結(jié)構(gòu)詳解05-15

    Linux認證基礎知識:linux操作系統(tǒng)目錄結(jié)構(gòu)09-30