Command
sudo systemctl start nginx
Explanation
Starts the Nginx service using systemd.
Examples
Start Nginx (systemd)
sudo systemctl start nginx
Start Nginx (SysV)
sudo service nginx start
sudo systemctl start nginx
Starts the Nginx service using systemd.
Start Nginx (systemd)
sudo systemctl start nginx
Start Nginx (SysV)
sudo service nginx start