常用Linux命令

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