精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>操作系統(tǒng)>Linux教程>

      Linux查看系統(tǒng)版本的方法

      時(shí)間: 志藝942 分享

        Linux是一套免費(fèi)使用和自由傳播的類Unix操作系統(tǒng),是一個(gè)基于POSIX和UNIX的多用戶、多任務(wù)、支持多線程和多CPU的操作系統(tǒng)。那么你知道Linux查看系統(tǒng)版本的方法么?接下來是小編為大家收集的Linux查看系統(tǒng)版本的方法,歡迎大家閱讀:

        Linux查看系統(tǒng)版本的方法

        一、查看Linux系統(tǒng)發(fā)行版本

        命令1:lsb_release -a

        該命令適用于所有Linux系統(tǒng),會顯示出完整的版本信息,包括Linux系統(tǒng)的名稱,如Debian、Ubuntu、CentOS等,和對應(yīng)的版本號,以及該版本的代號,例如在Debian 8中將會顯示代號jessie。

        $ lsb_release -a

        No LSB modules are available.

        Distributor ID: Debian

        Description: Debian GNU/Linux 8.0 (jessie)

        Release: 8.0

        Codename: jessie

        命令2: cat /etc/issue

        該命令適用于所有Linux系統(tǒng),顯示的版本信息較為簡略,只有系統(tǒng)名稱和對應(yīng)版本號。

        $ cat /etc/issue

        Debian GNU/Linux 8 \n class="main">

      Linux查看系統(tǒng)版本的方法

      時(shí)間: 志藝942 分享

        命令3: cat /etc/redhat-release

        該命令僅適用于Redhat系列的Linux系統(tǒng),顯示的版本信息也較為簡略。

        $ cat /etc/redhat-release

        CentOS release 6.0 (Final)

        二、查看Linux內(nèi)核版本

        命令1: uname -a

        $ uname -a

        Linux CodeBelief 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8ul (2015-04-24) x86_64 GNU/Linux

        命令2: cat /proc/version

        $ cat /proc/version

        Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt9-3~deb8ul (2.15-04-24)

       
       看了“Linux查看系統(tǒng)版本的方法”還想看:

      1.如何用命令查看操作系統(tǒng)版本

      2.如何查閱Linux系統(tǒng)正在使用的Shell版本

      3.怎么查看自己的電腦系統(tǒng)是什么版本

      4.如何用命令查看Linux系統(tǒng)版本

      5.MAC怎么查看系統(tǒng)版本及配置情況

      6.怎么查看windows8的操作系統(tǒng)版本

      3029530