首页 > Linux
Linux命令 续
发布时间:2018-03-14 10:07:21
访问量:6

查找nginx 位置

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


相关文章 更多文章
CentOS6.5搭建LAMP
mount: you must specify the filesystem type
vmware安装虚拟机CentOS64bit时无法安装启动
虚拟机CentOS设置IP
Red Hat系列输入ifconfig显示not found的解决办法
发表评论 0
网友评论
© 2010-2015 PekingPiao.com
版权所有 DBR
Mem
Top