ps aux | grep server.php | awk '{print $2}' | xargs kill -SIGTERMphp
ps aux | grep server.php | awk '{print $2}' | xargs kill -9 (若是殺不死再用)ide