Linux系統版本資訊檢視

2021-09-29 03:08:57 字數 1123 閱讀 1446

一、檢視linux核心版本命令:

方法1、cat /proc/version

[root@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

方法2、uname -a

[root@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

二、檢視linux系統版本的命令:

方法1、lsb_release -a,即可列出所有版本資訊:

[root@localhost ~]# lsb_release -a

-bash: lsb_release: 未找到命令

理論這個命令適用於所有的linux發行版,包括redhat、suse、debian…等發行版。但我的linux上應該不是預設自帶這個命令。

方法2、cat /etc/redhat-release,這種方法只適合redhat系的linux:

[root@localhost ~]# cat /etc/redhat-release

centos linux release 7.6.1810 (core) 

方法3、cat /etc/issue,此命令也適用於所有的linux發行版。

[root@localhost ~]# cat /etc/issue

centos linux release 7.6.1810 (core) 

kernel \r on an \m

linux檢視系統版本資訊

1.etc issue 和 etc redhat release都是系統安裝時預設的發行版本資訊,通常安裝好系統後檔案內容不會發生變化。看你的貼圖該linux安裝的發行版是rhel6.1。2.lsb release a fsg free standards group 組織開發的lsb linux ...

linux 檢視系統版本資訊

第一種方法 lsb release a lsb version core 4.0 ia32 core 4.0 noarch graphics 4.0 ia32 graphics 4.0 noarch printing 4.0 ia32 printing 4.0 noarch distributor ...

Linux系統檢視版本資訊

1.輸入 uname a 可顯示電腦以及作業系統資訊。root centos uname a linux centos 2.6.32 358.el6.x86 64 1 smp fri feb 22 00 31 26 utc 2013 x86 64 x86 64 x86 64 gnu linux ro...