Command
sudo systemctl status nginx
Explanation
Displays the current status of the Nginx service.
Examples
Check Nginx status (systemd)
sudo systemctl status nginx
Check Nginx status (SysV)
sudo service nginx status
sudo systemctl status nginx
Displays the current status of the Nginx service.
Check Nginx status (systemd)
sudo systemctl status nginx
Check Nginx status (SysV)
sudo service nginx status