System Management
systemctl
Manages systemd services, targets, and unit files.
CentOS
Verified: 2026-02-09
Syntax
$systemctl [BEFEHL] [UNIT]
Optionen
status
Status einer Unit
enable --now
Aktiviert und startet Dienst
restart
Neustart einer Unit
Examples
$sudo systemctl status httpd
$sudo systemctl enable --now firewalld
$sudo systemctl restart sshd
Typical use cases
?
Standard usage
systemctl --help
Note
Centralized service manager on modern CentOS versions.
Export