查看指定端口占用情况
netstat -ntulp | grep 3306 //查看所有3306端口使用情况kill -9 pid 查看指定应用占用情况ps -ef | grep supervisord然后 kill -9 线程删除文件rm -fr 文件名