Linux命令 续
twocode
查找nginx 位置

 netstat -tnlp|grep nginx   //得到nginx 的进程id
 
 ps -aux | grep xxxid    //根据进程id 查询
 
/usr/sbin/nginx -v  //查看nginx 版本


网友评论已关闭