nginx启动后有四个进程,并且前两个进程kill不掉
[root@localhost ~]# ps -ef |grep nginx
root 360887 360862 0 09:10 ? 00:00:00 nginx: master process /usr/bin/openresty -g daemon off;
nfsnobo+ 366436 360887 0 09:13 ? 00:00:00 nginx: worker process
root 375834 1 0 09:18 ? 00:00:00 nginx: master process /usr/local/nginx/sbin/nginx -c/file/soft/nginx/nginx-1.21.1/conf/nginx.conf
nobody 375835 375834 0 09:18 ? 00:00:00 nginx: worker process
root 969004 968477 0 14:25 pts/1 00:00:00 grep --color=auto nginx