Linux php 配置文件 路径

find 命令
#find / -name php.ini


直接使用 php内置的指令查找  当前的php使用的配置文件
#php --ini

php 详细信息
php -r 'phpinfo();'
找到php配置文件的路径