So überprüfen Sie, ob php-fpm unter Linux installiert ist: Öffnen Sie das Terminal und führen Sie den Befehl „whereis php-fpm“ oder „find / -name php-fpm“ aus. Wenn der Installationsort von php-fpm erfolgreich ausgegeben wird, es bedeutet, dass es installiert ist.
Die Betriebsumgebung dieses Tutorials: Centos7-System, PHP5.6-Version, DELL G3-Computer
Überprüfen Sie unter Linux, ob PHP-FPM installiert ist
Methode 1, wobei PHP-FPM ist
[me@VM_0_14_centos application]# whereis php-fpm php-fpm: /usr/sbin/php-fpm /etc/php-fpm.conf /etc/php-fpm.d /usr/share/man/man8/php-fpm.8.gz
Methode 2, PHP-FPM finden / benennen
[me@VM_0_14_centos application]# find / -name php-fpm /var/log/php-fpm /usr/sbin/php-fpm /etc/sysconfig/php-fpm /etc/logrotate.d/php-fpm /run/php-fpm [root@VM_0_14_centos application]#
Empfohlenes Lernen: „PHP-Video-Tutorial“
Das obige ist der detaillierte Inhalt vonSo überprüfen Sie, ob php-fpm unter Linux installiert ist. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!