要查看Nginx的运行状态,可以使用以下命令:
systemctl status nginx
ps aux | grep nginx
netstat -tuln | grep nginx
通过以上命令,您可以轻松查看Nginx的运行状态。