查看php-fmp占用端口:

netstat -nlpt|grep php-fmp

查看端口占用情况:

netstat -nlpt | grep 9000

查看服务占用进程:

ps aux|grep php-fpm

杀死服务全部进程:

killall php-fpm