Nginx commands Leave a Comment / Nginx commands, nginx start, nginx user / By cloud host Check whether Nginx is running or notsudo netstat -pluntyou can clearly see nginx is in listening mode at port 80if nginx not running use below commands:service nginx startorsystemctl nginx startNow to check the nginx is running as which user