您的位置 首页 php

centos系统php安装目录在哪?

CentOS php安装目录在哪

服务器安装了PHP,但是不知道安装在了哪个目录,可以通过以下方式来查询。

1、使用命令whereis php,显示如下:

 php: /usr/bin/php /etc/php.ini /etc/php.d /usr/include/php /usr/share/php /usr/share/man/man1/php.1.gz
  

其中:

 /usr/bin/php是可执行文件的路径;
/etc/php.ini是PHP配置文件路径;
/etc/php.d是其他PHP相关配置文件路径;
/usr/include/php是PHP扩展文件路径;
/usr/share/php是放置共享的文件路径;
/usr/share/man/man1/php.1.gz是PHP相关资料。
  

2、使用find命令来查找PHP安装目录

 find / -name php*
  

文章来源:智云一二三科技

文章标题:centos系统php安装目录在哪?

文章地址:https://www.zhihuclub.com/150273.shtml

关于作者: 智云科技

热门文章

网站地图