Command
systemctlExplanation
systemctl is used to control systemd services and examine the state of the systemd system.
Examples
Check service status
systemctl status nginxStart service
systemctl start nginxEnable service at boot
systemctl enable nginxList all services
systemctl list-units --type=service