ps -ef|grep uwsgi #查询uwsgi的进程信息 lsof -i:80 #列出占用80端口的进程 pidof nginx #列出nginx的进程ID 转载于:https://www.cnblogs.com/jingsupo/p/10025664.html