[linuxidc@localhost ~/www.linuxidc.com]$which nginx
/usr/sbin/nginx
[linuxidc@localhost ~/www.linuxidc.com]$whereis nginx
nginx: /usr/sbin/nginx /usr/lib64/nginx /etc/nginx /usr/share/nginx /usr/share/man/man3/nginx.3pm.gz /usr/share/man/man8/nginx.8.gz
上面的命令将显示包含与Nginx设置相关的文件的所有系统位置。您可以通过使用ps命令并grepping所需信息来另一种方式。
[linuxidc@localhost ~/www.linuxidc.com]$ps aux | grep nginx
现在应该可以清楚地看到Nginx守护进程的位置。这对于没有服务器机器底层特权的开发人员非常有用。
开发人员和管理员必须掌握的25个Nginx命令 见 https://www.linuxidc.com/search.aspx?where=nkey&keyword=65544
Linux公社的RSS地址:https://www.linuxidc.com/rssFeed.aspx