檢視linux版本號及作業系統位數
檢視linux版本號及作業系統位數
1 執行 lsb_release -a ,即可列出所有版本資訊:
# lsb_release -a
LSB Version: 1.3
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 1)
Release: 4
Codename: NahantUpdate1
適用於所有的linux,包括Redhat、SuSE、Debian等發行版。
2 執行cat /etc/redhat-release :
# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 1)
直接看到具體的版本號,比如 AS4 Update 1
3 rpm -q redhat-release :
# rpm -q redhat-release
redhat-release-4AS-2.4
注意:第(2)(3)兩種方法只對Redhat Linux有效
4 uname -a (檢視linux作業系統位數)
# uname -a
Linux szadminsrv 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
1 執行 lsb_release -a ,即可列出所有版本資訊:
# lsb_release -a
LSB Version: 1.3
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 1)
Release: 4
Codename: NahantUpdate1
適用於所有的linux,包括Redhat、SuSE、Debian等發行版。
2 執行cat /etc/redhat-release :
# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 1)
直接看到具體的版本號,比如 AS4 Update 1
3 rpm -q redhat-release :
# rpm -q redhat-release
redhat-release-4AS-2.4
注意:第(2)(3)兩種方法只對Redhat Linux有效
4 uname -a (檢視linux作業系統位數)
# uname -a
Linux szadminsrv 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29500582/viewspace-1249080/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- linux 檢視作業系統位數Linux作業系統
- 檢視作業系統位數(zt)作業系統
- 如何檢視Linux作業系統版本?Linux作業系統
- linux 檢視系統版本號Linux
- 如何檢視作業系統(OS)的位數?作業系統
- linux檢視核心版本、系統版本、系統位數(32or64)Linux
- 如何檢視solaris系統的版本和位數?solaris系統的版本和位數的檢視方法
- 檢視LINUX unix的作業系統是多少位Linux作業系統
- 檢視linux系統版本號的命令Linux
- 檢視linux系統版本,核心,CPU,MEM,位數的相關命令Linux
- LINUX檢視系統版本Linux
- 檢視linux 作業系統上系統塊大小Linux作業系統
- windows10怎麼檢視系統版本號_如何檢視windows10版本號Windows
- Linux - 檢視系統的版本Linux
- 檢視Linux系統版本資訊Linux
- linux檢視系統版本資訊Linux
- linux系統檢視wwn號Linux
- Linux檢視版本資訊及CPU核心、型號等Linux
- 檢視作業系統基本資訊作業系統
- 檢視作業系統塊大小作業系統
- Linux系統如何檢視版本資訊Linux
- Linux檢視系統版本命令Linux
- 檢視Linux系統版本的命令Linux
- 檢視linux系統版本命令Linux
- Linux作業系統中開啟檔案數量的檢視方法Linux作業系統
- 檢視linux作業系統的max_io_sizeLinux作業系統
- linux 檢視核心、系統版本命令Linux
- Linux中命令列下檢視硬體資訊及系統版本Linux命令列
- 如何檢視 Linux Mint 版本號和代號Linux
- 通過作業系統的程式號檢視資料庫的session作業系統資料庫Session
- 透過作業系統的程式號檢視資料庫的session作業系統資料庫Session
- win10版本號怎麼檢視 如何檢視win10電腦系統版本Win10
- debain檢視系統版本AI
- 如何檢視作業系統的塊大小作業系統
- Linux系統如何檢視網路卡的資訊及數量?Linux
- 檢視linux的版本號(非linux kernel)Linux
- 如何檢視Linux系統是什麼版本?Linux
- 檢視正在執行的 Linux 系統版本Linux