Linux 查看nginx 是否安装
Linux 查看nginx 是否安装
#Linux 查看nginx
ps -ef|grep nginx (注:ps Linux下显示系统进程的命令,最常用的有ps -ef 和ps aux 区别不大)
#查看nginx 版本
nginx -v
#查看nginx 编译器版本和 配置版本
nginx -V
绿光@[email protected]
#Linux 查看nginx
ps -ef|grep nginx (注:ps Linux下显示系统进程的命令,最常用的有ps -ef 和ps aux 区别不大)
#查看nginx 版本
nginx -v
#查看nginx 编译器版本和 配置版本
nginx -V
绿光@[email protected]