Process managementLinux CLI
systemctl
Control systemd services and units.
Command
sudo systemctl status
Example usage
Check service health or restart managed units.
sudo systemctl status <service>
sudo systemctl restart <service>
Related tags
Process managementshellprocessnetworking