1. 程式人生 > >CentOS檢視核心版本,位數,版本號

CentOS檢視核心版本,位數,版本號

1)[[email protected] ~]# cat /proc/version

Linux version 2.6.18-194.el5 ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Fri Apr 2 14:58:14 EDT 2010

2)

[[email protected] ~]# uname -a

Linux localhost.localdomain 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

3)

[[email protected] ~]# uname -r

2.6.18-194.el5

2. 檢視linux版本:

1) 列出所有版本資訊,

[[email protected] ~]# lsb_release -a

LSB Version:    :core-3.1-amd64:core-3.1-ia32:core-3.1-noarch:graphics-3.1-amd64:graphics-3.1-ia32:graphics-3.1-noarch

Distributor ID: CentOS

Description:    CentOS release 5.5 (Final)

Release:        5.5

Codename:       Final

注:這個命令適用於所有的linux,包括Redhat、SuSE、Debian等發行版。

2) 執行cat /etc/issue,例如如下:

[[email protected] ~]# cat /etc/issue

CentOS release 5.5 (Final)

Kernel r on an m

3) 執行cat /etc/redhat-release ,例如如下:

[[email protected]alhost ~]# cat /etc/redhat-release

CentOS release 5.5 (Final)

檢視系統是64位還是32位:

1、getconf LONG_BIT or getconf WORD_BIT

[[email protected] ~]# getconf LONG_BIT

64

2、file /bin/ls

[[email protected] ~]# file /bin/ls

/bin/ls: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped

3、lsb_release  -a

[[email protected] ~]# lsb_release -a

LSB Version:    :core-3.1-amd64:core-3.1-ia32:core-3.1-noarch:graphics-3.1-amd64:graphics-3.1-ia32:graphics-3.1-noarch

Distributor ID: CentOS

Description:    CentOS release 5.5 (Final)

Release:        5.5

Codename:       Final

在linux中我們要操作任何東西都需要使用命令模式來操作了,所以如果想精通linux伺服器的朋友可以多看看這方面的教程了,像我們這裡查獲系統版本都使用了幾行命令了哦。


相關推薦

CentOS檢視核心版本位數版本

1)[[email protected] ~]# cat /proc/version Linux version 2.6.18-194.el5 ([email protected]) (gcc version 4.1.2 20080704 (Red Ha

檢視CentOS上Apache位置版本停止啟動

檢視Apache是否被安裝: [[email protected] ~]#find / -name 'httpd' /etc/sysconfig/httpd /etc/httpd /etc/logrotate.d/httpd /etc/rc.d/init.d/ht

centos系統查看系統版本、內核版本、系統位數、cpu個數、核心數、線程數

article 包括 smp details info 名稱 edt .com dom centos查看系統版本 cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) 1)查看centos內核的

OpenStack Rocky版本發布九州雲核心代碼貢獻全球第2

用戶 rst 集中 png 多個項目 堅持 這也 bdc 邊緣 近日,隨著OpenStack Rocky正式發布,最新版本的全球代碼貢獻排名也新鮮出爐。根據 stackalytics.com 網站提供的社區貢獻統計,截止9月3日,在Rocky代碼貢獻中,共有150多家企業

CentOS 7 檢視系統版本位數

辨識標準 首先要清楚什麼樣標識是32位的,什麼樣的是64位的。 PC server X86 系列 I386--I686 都是32位 x86_64 是 64位 命令實在是不要太多,為了防止選擇性障礙,一致選擇第一種方式,後面的僅作為補充。 方法1: [[emai

幾種檢視CentOS系統版本位數的方法

檢視系統版本: cat /etc/redhat-release cat /proc/version uname -a cat /etc/issue 檢視64位還是32位: g

判斷IE瀏覽器核心版本低於9並給出升級連結

需要先引入jquery。 function IETester(userAgent){           var UA =  userAgent || navigator.userAgent;           if(/msie/i.test(UA)){        

centos安裝docker源ubuntu:16.04版本無法使用iptables命令原因和解決方法

Dcoker容器在使用的過程中,有的時候是需要使用在容器中使用iptables進行啟動的,預設的docker run時都是以普通方式啟動的,沒有使用iptables的許可權,那麼怎樣才能在容器中使用iptables呢?要如何開啟許可權呢? 那麼在docker進

Liunx/centos檢視具體版本核心資訊

說明今天突然想檢視一下自己所使用的機器具體版本號,可是敲出了幾個命令都沒有檢視版本,失望,又想起了一個通用的命令lsb_release -a,可是敲出這個後,居然報錯-bash: lsb_release

CentOS 檢視系統版本位數

檢視系統版本 方法一: cat /etc/redhat-release 方法二: cat /proc/version 方法三: uname -a

GTK的安裝檢視版本測試成功!

一、安裝環境1、我利用此方法成功在UBUNTU 10.04下安裝GTK 2.20.1。二、安裝1、安裝gcc/g++/gdb/make 等基本程式設計工具// $sudo apt-get install build-essential //2、安裝 libgtk2.0-dev libglib2.0-dev 等

CentOS升級PHP(預設5.3版本升級至5.4以上)

CentOS/RHEL 7.x: rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-re

開發日誌:解決spring版本導致的Cannot find the declaration of element 'beans'檢視jar中的spring的版本

今天想用以前搭建好了的一個簡潔版ssh專案做測試,結果出現這個坑爹的錯誤, 解決過程相當曲折坑爹,下面開始介紹(要解決方案的可直接看藍色字型以下的內容) 以前搭建這個專案,運作過程中一直都沒出現這個錯誤,裡面已有對User、Type表的相關操作  重新載入專案,第一次啟

檢視Eclipse版本及各個版本區別

檢視Eclipse版本號的方法:1、找到eclipse安裝目錄。2、進入readme資料夾,開啟readme_eclipse.html。3、readme_eclipse.html呈現的第二行即數字版本號,如:Release 4.4.0Last revised June 5,

jvm和tomcat 版本不匹配報java.lang.UnsupportedClassVersionError

tomcat項目報 java.lang.unsupportedclassversionerror 項目中報:java.lang.UnsupportedClassVersionError: org/hdht/commonweb/listener/MyServletContextListener檢查jav

git 解決相同文件版本不一致提交失敗

手動 -1 解決 本地倉庫 不一致 指令 cnblogs 修改 ima 這裏我寫了關鍵的步驟。準備工作(克隆倉庫,add,commit)等等就不列舉了 目前本地倉庫和遠程倉庫的README.md如下 遠程倉庫 本地倉庫 在經過git push 和git

樣式版本批量處理使用文件修改最後日期作為版本參數

pen crm each etl eric builder class a space dex using System;using System.Collections.Generic;using System.IO;using System.Linq;using Sys

獲取應用版本版本名稱包名AppName圖標是否是系統應用獲取手機中所有應用所有進程

pac version raw 是否 系統 app bsp agen nco PackageManager packageManager = getPackageManager(); PackageInfo packageInfo; = packageManager.get

eclipse環境Dynamic web module version 3.1版本的進步簡化Dynamic web object 中Servlet類的配置不用web.xml配置<Servlet>

-a utf-8 新建 分享 tde ati servle eclipse cati eclipse環境Dynamic web module version 3.1版本之前,Dynamic web object 中Servlet類的配置,要在web.xml 配置<Se

C#.NET常見問題(FAQ)-如何生成release版本的程序生成debug版本的程序

項目 style bug 在頂部 image 還要 es2017 郵箱 在線 除了右擊項目在生成中配置改成Release還要在頂部切換成Release ? ?更多教學視頻和資料下載,歡迎關註以下信息: 我的優酷空間: http://i.youku.com