查询nginx进程信息
chen@ubuntu:~$ ps -ef |grep nginx
root        933      1  0 20:18 ?        00:00:00 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
www-data    934    933  0 20:18 ?        00:00:00 nginx: worker process
chen     7022   5627  0 21:06 pts/1    00:00:00 grep --color=auto nginx
chen@ubuntu:~$ 
sudo kill -QUIT 933

933为master的进程号

相关文章:

  • 2022-12-23
  • 2021-09-16
  • 2021-07-14
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-03-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案