首頁 > 運維 > linux運維 > 如何查看linux訊息

如何查看linux訊息

(*-*)浩
發布: 2019-12-28 11:16:00
原創
3966 人瀏覽過

如何查看linux訊息

這裡所謂的Linux版本訊息,包括Linux核心版本資訊和Linux系統版本資訊。

一、檢視Linux核心版本資訊                                  之後符號所示時(請支付學習方法#.在終端機輸入cat /proc/version

[root@localhost ~]# cat /proc/version
Linux version 3.10.0-957.el7.x86_64 (mockbuild@x86-040.build.eng.bos.redhat.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Oct 4 20:48:51 UTC 201
登入後複製

方法2:登陸Linux,在終端機輸入uname -a

[root@localhost ~]# uname -a
Linux localhost 3.10.0-957.el7.x86_64 #1 SMP Thu Oct 4 20:48:51 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
登入後複製

方法3:登陸Linux ,在終端機輸入uname -r

[root@localhost ~]# uname -r
3.10.0-957.el7.x86_64
登入後複製

二、查看Linux系統版本資訊

方法1:登陸Linux,在終端機輸入cat / etc/issue

[root@localhost ~]# cat /etc/issue
\SKernel \r on an \m
登入後複製

方法2:登陸Linux,在終端機輸入cat /etc/redhat-release

[root@localhost ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 7.6 (Maipo)
登入後複製

#方法3:登陸Linux ,在終端機輸入lsb_release -a

[root@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: RedHatEnterpriseServer
Description:    Red Hat Enterprise Linux Server release 7.6 (Maipo)
Release:        7.6
Codename:       Maip
登入後複製

以上是如何查看linux訊息的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
作者最新文章
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板