檢視Linux系統版本的命令

weixin_34067049發表於2015-12-21

登入到伺服器執行 lsb_release -a ,即可列出所有版本資訊,例如:

[root@SOR_SYS ~]# 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: RedHatEnterpriseAS
Description:    Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
Release:        4
Codename:       NahantUpdate4
[root@SOR_SYS ~]#

注:這個命令適用於所有的linux,包括Redhat、SuSE、Debian等發行版。

相關文章