问题描述:查看nginx安装目录解决方案:1、执行命令: ps -ef|grep nginx,查看master进程ID2、执行命令: ll /proc/2030/exe(2030为master进程ID)