TOOL » LINUX » SYSTEMCTL

Basic

Usage ​

shell
systemctl COMMAND
CommandDescription
haltTerminates all services and processes, but does not power-off the system.
poweroffTerminates all services and processes, then power-off the system.
rebootSame as poweroff, but start the system again.

Restarting X ​

shell
sudo systemctl restart display-manager