一、檢視linux核心版本命令(兩種方法):
1、cat /proc/version
[root@localhost ~]# cat /proc/version2、uname -alinux version 2.6.18-194.8.1.el5.centos.plus ([email protected]) (gcc version 4.1.2 20080704 (red hat 4.1.2-48)) #1 smp wed jul 7 11:50:45 edt 2010
[root@localhost ~]# uname -a二、檢視linux系統版本的命令(3種方法):linux localhost.localdomain 2.6.18-194.8.1.el5.centos.plus #1 smp wed jul 7 11:50:45 edt 2010 i686 i686 i386 gnu/linux
1、lsb_release -a,即可列出所有版本資訊:
[root@localhost ~]# lsb_release -a這個命令適用於所有的linux發行版,包括redhat、suse、debian…等發行版。lsb version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
distributor id: centos
description: centos release 5.5 (final)
release: 5.5
codename: final
2、cat /etc/redhat-release,這種方法只適合redhat系的linux:
[root@localhost ~]# cat /etc/redhat-release3、cat /etc/issue,此命令也適用於所有的linux發行版。centos release 5.5 (final)
[root@localhost ~]# cat /etc/issuecentos release 5.5 (final)
kernel \r on an \m
Linux核心版本介紹與查詢
linux核心版本命名在不同時期有著不同的規範,在涉及到linux版本問題時經常容易混淆,主線版本 穩定版 長期支援版本經常搞不清楚,本文主要記錄下核心版本命名的規則以及如何檢視linux系統版本資訊。核心是作業系統的核心 其主要功能有 1.響應中斷,執行中斷服務程式 2.管理多個程序,排程和分享處...
Linux下如何檢視版本
如何得知自己正在使用的linux是什麼版本呢,下面的幾種方法將給你帶來答案!1.檢視核心版本命令 1 root q1test01 cat proc version linux version 2.6.9 22.elsmp bhcompile crowe.devel.redhat.com gcc ve...
linux中查詢cpu型號 核心版本
cpu 型別和型號 核心版本 從系統最後一期啟動以來的時間,形式為 dd hh mm ss void partb printf machine hostname s n computer 列印cpu型號 procfile open proc cpuinfo o rdonly info read pr...