[root@iZuf6inlskt1jxltie9koyZ home]# ps -ef |grep nginx
root 11874 1 0 11月29 ? 00:00:00 nginx: master process nginx
nginx 11875 11874 0 11月29 ? 00:00:00 nginx: worker process
root 14126 13609 0 14:19 pts/0 00:00:00 grep --color=auto nginx
[root@iZuf6inlskt1jxltie9koyZ home]# service nginx stop
Redirecting to /bin/systemctl stop nginx.service
[root@iZuf6inlskt1jxltie9koyZ home]# ps -ef |grep nginx
root 11874 1 0 11月29 ? 00:00:00 nginx: master process nginx
nginx 11875 11874 0 11月29 ? 00:00:00 nginx: worker process
root 14144 13609 0 14:19 pts/0 00:00:00 grep --color=auto nginx
[root@iZuf6inlskt1jxltie9koyZ home]#