檢視Linux系統資訊

2021-09-11 20:26:48 字數 1570 閱讀 6586

1.登入到linux伺服器執行 lsb_release-a 命令,即可檢視所有版本資訊。

這個命令適用於所有的linux,包括redhat、suse、debian等發行版

注意:centos需要安準lsb。

(lsb是一套核心標準,它保證了linux發行版同linux應用程式之間的良好結合。乙個二進位制介面規範。)

[cai@localhost ~]$ lsb_release -a

lsb version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch

distributor id: centos

description: centos linux release 7.6.1810 (core)

release: 7.6.1810

codename: core

2.檢視linux系統版本

(1)登入到linux執行 cat /etc/issue即可看到版本資訊。

(我是在虛擬機器中進行的測試)

(2)登入linux,在終端輸入 cat /proc/version 。

[cai@localhost ~]$ cat /etc/issue

\skernel \r on an \m

[cai@localhost ~]$ cat /proc/version

linux version 3.10.0-957.el7.x86_64 ([email protected])

(gcc version 4.8.5 20150623 (red hat 4.8.5-36) (gcc) )

#1 smp thu nov 8 23:39:32 utc 2018

3.檢視linux核心版本號。

uname -a

uname -r

[cai@localhost ~]$ uname -a

linux localhost.localdomain 3.10.0-957.el7.x86_64

#1 smp thu nov 8 23:39:32 utc 2018 x86_64 x86_64 x86_64 gnu/linux

[cai@localhost ~]$ uname -r

3.10.0-957.el7.x86_64

4.具體的版本號

[cai@localhost ~]$ cat /etc/redhat-release

centos linux release 7.6.1810 (core)

[cai@localhost ~]$ rpm -q redhat-release

package redhat-release is not installed

Linux檢視系統資訊

1.檢視系統核心 uname a uname r file sbin init 通過file命令判斷系統中的檔案時32位還是64位的 64位cpu系統架構可以安裝32位或64位的系統,而32為的cpu架構只能安裝32位的系統 2.檢視伺服器使用的linux發行版的名稱,版本號及描述資訊等 lsb r...

linux檢視系統資訊

通用命令 root centos68 more etc issue centos release 6.9 final redhat 系 root centos68 cat etc redhat release centos release 6.9 final 檢視系統核心及系統名稱 root cen...

Linux 檢視系統資訊

摘要 1 輸入 uname a 可顯示電腦以及作業系統的相關資訊。uname alinuxhadoop02.zjl com2.6 32 696.el6.x86 64 1smptuemar2119 29 05utc2017x86 64x86 64x86 64gnu linux2 輸入 cat proc...