您好,登錄后才能下訂單哦!
本篇內容介紹了“Linux版本信息如何查看”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!
系統 | 發行版本 | -- | 內核版本、位數 |
RedHat | cat /etc/issue | cat /etc/redhat-release | lsb_release -a |
CentOS | cat /etc/issue | cat /etc/centos-release | cat /proc/version |
Debian | cat /etc/issue | cat /etc/debian_version | cat /proc/version |
Ubuntu | cat /etc/issue | cat /etc/lsb_release | cat /proc/version |
Oracle | cat /etc/issue | cat /etc/oracle-release | lsb_release -a |
[root@getlnx05 ~]# cat /etc/issue Red Hat Enterprise Linux Server release 5.7 (Tikanga) Kernel \r on an \m
通過cat /etc/redhat-release
也查到看到相關的信息。
[root@getlnx05 ~]# lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch Distributor ID: RedHatEnterpriseServer Description: Red Hat Enterprise Linux Server release 5.7 (Tikanga) Release: 5.7 Codename: Tikanga
LSB Version
項顯示的是系統的內核版本,其中amd64
表示系統是64位的。
[chenyurong@localhost local]$ cat /etc/issue CentOS release 6.5 (Final) Kernel \r on an \m
通過cat /etc/centos-release
也可以查詢到一樣的信息。
[chenyurong@localhost local]$ cat /proc/version Linux version 2.6.32-431.el6.x86_64 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Fri Nov 22 03:15:09 UTC 2013
Linux version 2.6.32-431.el6.x86_64
顯示了Linux的版本,x86_64
顯示了是64位的系統。通過uname -r
也可以查到相關信息。
[root@DB-Server ~]# cat /etc/issue Oracle Linux Server release 5.7 Kernel \r on an \m
通過cat /etc/oracle-release
也可以查詢到相關信息。
[root@DB-Server ~]# lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch Distributor ID: EnterpriseEnterpriseServer Description: Enterprise Linux Enterprise Linux Server release 5.7 (Carthage) Release: 5.7 Codename: Carthage
LSB Version
顯示的是系統的內核版本,其中amd64
表示系統是64位的。
命令 | 適用范圍 |
lsb_release -a | 所有Linux發行版 |
cat /etc/redhat-release | RedHat系Linux |
cat /etc/issue | 所有Linux發行版 |
命令 | 適用范圍 |
uname -a、uname -r | 所有Linux發行版 |
cat /proc/version | 所有Linux發行版 |
“Linux版本信息如何查看”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。