要查看Nginx进程号,可以使用以下方法之一:
pgrep nginx
ps aux | grep nginx
cat /var/run/nginx.pid
无论哪种方法,都可以用来查看Nginx的进程号。