linux 發行版本資訊的檢視
linux 發行版本資訊的檢視
uname 用於顯示系統的詳細資訊。
[oracle@zeng ~]$ uname -a
Linux zeng 2.6.32-71.el6.i686 #1 SMP Wed Dec 15 09:50:18 EST 2010 i686 i686 i386 GNU/Linux
-a 表示所有的資訊。
輸出資訊解釋
核心名稱:Linux
主機名稱:zeng
核心版本:2.6.32-71.el6.i686
作業系統發行版本:#1 SMP Wed Dec 15 09:50:18 EST 2010
硬體型別:i686
處理器型別:i686
硬體平臺:i386
作業系統名:GNU/Linux
--help 列印幫助資訊。
[oracle@zeng ~]$ uname --help
Usage: uname [OPTION]...
Print certain system information. With no OPTION, same as -s.
-a, --all print all information, in the following order,
except omit -p and -i if unknown:
-s, --kernel-name print the kernel name
-n, --nodename print the network node hostname
-r, --kernel-release print the kernel release
-v, --kernel-version print the kernel version
-m, --machine print the machine hardware name
-p, --processor print the processor type or "unknown"
-i, --hardware-platform. print the hardware platform. or "unknown"
-o, --operating-system print the operating system
--help display this help and exit
--version output version information and exit
檢視核心版本,在安裝資料庫等軟體的時候經常用到。
[oracle@zeng ~]$ uname -r
2.6.32-71.el6.i686
也可以透過檢視虛擬檔案 /proc/version 來檢視系統的版本資訊。
[oracle@zeng ~]$ cat /proc/version
Linux version 2.6.32-71.el6.i686 (mockbuild@ca-build19.us.oracle.com)
(gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) )
#1 SMP Wed Dec 15 09:50:18 EST 2010
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26110315/viewspace-718309/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 檢視 linux 版本資訊Linux
- 檢視Linux系統版本資訊Linux
- Linux下如何檢視版本資訊Linux
- linux檢視系統版本資訊Linux
- Linux系統如何檢視版本資訊Linux
- centos檢視版本資訊CentOS
- linux檢視cpu、記憶體、版本資訊Linux記憶體
- 檢視weblogic版本資訊Web
- 檢視Linux版本系統資訊方法彙總Linux
- Linux系統glibc庫版本資訊檢視Linux
- 檢視各種Linux發行版本及核心版本 :lsb_release , uname -a ...Linux
- 檢視正在執行的 Linux 系統版本Linux
- Linux檢視版本資訊及CPU核心、型號等Linux
- 在Linux中,如何檢視當前系統的版本資訊?Linux
- 檢視資料庫版本與補丁的版本資訊資料庫
- 檢視Linux核心版本Linux
- linux檢視程式版本Linux
- (轉)檢視linux版本Linux
- 在Linux下檢視系統版本資訊命令總結Linux
- Linux - 檢視系統的版本Linux
- 6、mysql與suse檢視版本資訊MySql
- Oracle檢視版本號等其他資訊Oracle
- Linux 安全資訊檢視Linux
- 檢視ubuntu版本與linux核心版本UbuntuLinux
- linux檢視tomcat版本LinuxTomcat
- 教你如何檢視linux版本Linux
- 【Linux檢視tomcat版本】LinuxTomcat
- LINUX檢視系統版本Linux
- 檢視Linux系統版本的命令Linux
- 如何檢視red hat linux 的版本Linux
- 檢視linux的版本號(非linux kernel)Linux
- 【Mysql】如何檢視mysql軟體版本資訊MySql
- linux 檢視硬體資訊Linux
- 檢視 Linux 系統資訊Linux
- Linux中命令列下檢視硬體資訊及系統版本Linux命令列
- linux 檢視系統版本號Linux
- 檢視linux系統版本號的命令Linux
- 檢視當前linux的核心版本(轉)Linux