怎么查看Linux內核和系統(tǒng)版本信息?相信大部分人都還沒學會這個技能,為了讓大家學會,給大家總結了以下內容,話不多說,一起往下看吧。
創(chuàng)新互聯(lián)從2013年創(chuàng)立,先為莊河等服務建站,莊河等地企業(yè),進行企業(yè)商務咨詢服務。為莊河企業(yè)網站制作PC+手機+微官網三網同步一站式服務解決您的所有建站問題。
一、查看Linux內核版本信息
方法1:登陸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系統(tǒng)版本信息
方法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內核和系統(tǒng)版本信息的方法,具體使用情況還需要大家自己動手實驗使用過才能領會。如果想了解更多相關內容,歡迎關注創(chuàng)新互聯(lián)行業(yè)資訊頻道!