So überprüfen Sie die Centos-Systemversion:
Empfohlen: „Centos-Nutzungsanleitung“
1. a Befehlsansicht
[root@centos6 ~]# lsb_release -a LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Distributor ID: CentOS Description: CentOS release 6.9 (Final) Release: 6.9 Codename: Final
Allerdings gibt es in centos7.3 keinen lsb_release-Befehl.
2. Verwenden Sie den Befehl cat /etc/os-release, um die Datei zu öffnen und anzuzeigen
[root@centos7 app]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"
3. Verwenden Sie den Befehl cat /etc/redhat-release (/etc/centos-release ). https://www.php.cn/ course/list/33.html
Das obige ist der detaillierte Inhalt vonSo überprüfen Sie die Version in Centos. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!