❶ 怎麼查看linux版本
在Linux下面察看版本信息,通常使用的命令是uname
ubuntu系統:
$ uname -a
linux wanghaifeng-laptop 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 GNU/Linux
RedHat系統:
$ uname -a
Linux localhost.localdomain 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:43 EDT 2010 i686 i686 i386 GNU/Linux
-a選項表示察看所有的信息,但是從輸出信息可以看出來,uname看到的版本信息,只是內核版本的信息,而不是發行版的版本信息
那我們如何察看發行版的信息呢?
在RedHat系統里,存在一個/etc/redhat-release文件,裡面保存了發行版的版本信息
$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
哪有沒有一個更加通用的方法呢?那就是/etc/issue文件
issue文件是登錄前的信息和標識文件,裡面存放了發行版的版本信息
ubuntu系統:
$cat /etc/issue
Ubuntu 10.04.1 LTS /n /l
RedHat系統:
$ cat /etc/issue
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
Kernel /r on an /m
這樣就能看到實際的發行版版本信息了
❷ linux如何查看系統版本
1、通常可以點任務欄上的終端軟體。
❸ linux 如何查看shell版本
需要准復備的材料分別是:電制腦、linux連接工具。
1、首先連接上linux主機,進入等待輸入指令的linux命令行狀態。
❹ 如何用命令查看linux版本
LSB是Linux Standard Base的縮寫,lsb_release命令用來顯示LSB和特定版本的相關信息。如果使用該命令時不帶參數,則默認加上-v參數。
-v, --version
顯示版本信息
-i, --id
顯示發行版的ID
-d, --description
顯示該發行版的描述信息
-r, --release
顯示當前系統是發行版的具體版本號
-c, --codename
發行版代號
-a, --all
顯示上面的所有信息
-h, --help
顯示幫助信息
如果當前發行版是LSB兼容的,那麼「/etc/lsb_release」文件中會包含LSB_VERSION域。這個域的值可以是用冒號隔開的一系列支持的模塊。這些模塊名是當前版本支持的LSB的模塊名。如果當前版本不是LSB兼容的,就不要包含這個域。
可選的域包括DISTRIB_ID, DISTRIB_RELEASE, DISTRIB_CODENAME,
DISTRIB_DESCRIPTION,它們可以覆蓋/etc/distrib-release文件中的內容。註:這里的distrib要替換為當前的
發行版的名字。
如果存在/etc/lsb-release.d目錄,會在該目錄中查找文件名並作為附加的模塊版本加在LSB_VERSION前面。文件/etc/distrib-release中包含了一些描述信息,用來說明應該分析哪些文件名。
一般的格式是:"Distributor release x.x (Codename)"
注意:Debian系統中缺乏相應的描述信息(見/etc/debian-version),為了支持Debian系統,大部分信息都被加在了lsb-release文件中。
redhat和fedora系統中,還支持一個參數:
-s, --short
輸出簡短的描述信息
❺ 在linux下,怎麼用命令來查看版本
1,查看內核版本命令:
cat /proc/versionuname -auname -rcat /etc/issueman uname2,查看linux版本:抄錄如下:1) 登錄到伺服器執行 lsb_release -a ,即可列出所有版本信息,例如:
[[email protected] ~]# lsb_release -aLSB Version: 1.3Distributor ID: RedHatEnterpriseASDescrīption: Red Hat Enterprise Linux AS release 4 (Nahant Update 1)Release: 4Codename: NahantUpdate1[[email protected] ~]#
這個命令適用於所有的linux,包括Redhat、SuSE、Debian等發行版。
2) 登錄到linux執行cat /etc/redhat-release ,例如如下:[[email protected] ~]# cat /etc/redhat-releaseRed Hat Enterprise Linux AS release 4 (Nahant Update 1)[[email protected] ~]#
這種方式下可以直接看到具體的版本號,比如 AS4 Update 1
3)登錄到linux執行rpm -q redhat-release ,例如如下
[[email protected] ~]# rpm -q redhat-releaseredhat-release-4AS-2.4[[email protected] ~]#
這種方式下可看到一個所謂的release號,比如上邊的例子是2.4這個release號和實際的版本之間存在一定的對應關系,如下:
redhat-release-3AS-1 -> Redhat Enterprise Linux AS 3redhat-release-3AS-7.4 -> Redhat Enterprise Linux AS 3 Update 4redhat-release-4AS-2 -> Redhat Enterprise Linux AS 4redhat-release-4AS-2.4 -> Redhat Enterprise Linux AS 4 Update 1redhat-release-4AS-3 -> Redhat Enterprise Linux AS 4 Update 2redhat-release-4AS-4.1 -> Redhat Enterprise Linux AS 4 Update 3redhat-release-4AS-5.5 -> Redhat Enterprise Linux AS 4 Update 4
❻ Linux下怎麼查看當前系統的版本
一、查看抄linux內核版本號
1:登錄襲linux,在終端輸入 cat /proc/version
2:登錄linux,在終端輸入 uname -a 即列出linux的內核版本號 。
3: 在Linux終端輸入 unmae -a 即可查看linux的內核版本號。三種方法執行效果如下圖所示:
二、查看linux版本信息
1:登錄到linux伺服器執行 lsb_release-a 命令,即可查看所有版本信息。
2:登錄到linux執行 cat /etc/issue (切記cat後要空一格)即可看到版本信息。兩種方法執行效果如下圖所示:
❼ 如何查看Linux操作系統版本
你好,查看方法如下:
1. 查看內核版本命令:
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) 登錄到伺服器執行 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等發行版。
2) 登錄到linux執行cat /etc/issue,例如如下:
chen@mylinuxserver:/proc> cat /etc/issue
Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l).
3) 登錄到linux執行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查看版本命令問題
1./etc/issue 和 /etc/redhat-release都是系統安裝時默認的發行版本信息,通常安裝好系統後文件內容不會發生變化。看你的貼圖該linux安裝的發行版是RHEL6.1。
2.lsb_release -a :FSG(Free Standards Group)組織開發的LSB (Linux Standard Base)標準的一個命令,用來查看linux兼容性的發行版信息。看你的貼圖該linux發行版信息是RHEL6.2。3./proc/version 和 uname -a 顯示的內容相同,顯示linux內核版本號。
關於lsb_release -a和/etc/issue顯示的發行版本號不同,原因只有一個:內核升級了。
原因是:/etc/issue中的"Final」和lsb_release -a中的"NahantUpdate3"不相同。
以下是我的伺服器的相關信息,看一下就一目瞭然了!
[root@master ~]# cat /etc/issue
Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
Kernel \r on an \m
[root@master ~]# lsb_release -a
LSB Version: :core-3.0-amd64:core-3.0-ia32:core-3.0-noarch:graphics-3.0-amd64:graphics-3.0-ia32:graphics-3.0-noarch
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
Release: 4
Codename: NahantUpdate3
[root@master ~]# cat /proc/version
Linux version 2.6.9-34.ELsmp ([email protected]) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Fri Feb 24 16:56:28 EST 2006
❾ 怎麼查看linux操作系統版本
查看Linux系統版本的命令(3種方法):
1、lsb_release -a,即可列出所有版本信息:
[root@localhost~]#lsb_release-a
LSBVersion::core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
DistributorID:CentOS
Description:CentOSrelease5.5(Final)
Release:5.5
Codename:Final
這個命令適用於所有的Linux發行版,包括Redhat、SuSE、Debian…等發行版。
2、cat /etc/redhat-release,這種方法只適合Redhat系的Linux:
[root@localhost~]#cat/etc/redhat-release
CentOSrelease5.5(Final)
3、cat /etc/issue,此命令也適用於所有的Linux發行版。
[root@localhost~]#cat/etc/issue
CentOSrelease5.5(Final)
Kernel onanm
❿ 如何查看linux系統版本 查看linux系統的位數
如果是查看Linux的內核版本,可以使用命令:uname -a,或者用cat命令顯示/proc/version文件:cat /proc/version,/proc/version文件保存的就是內核版本信息。。
如果是查看當前Linux是哪個發行版版本,可以使用lsb_release -a命令,lsb_release -a不僅可以列出是哪個發行版,還可以列出具體是第幾個版本。
查看主機上的Linux系統是32位還是64位,執行uname命令的-m參數就可以了:uname -m,如果這條命令顯示的是i686,則表示Linux系統是32位的;如果顯示的是x86_64,則表示Linux系統是64位的。