Files
tldr/pages/linux/systemctl-poweroff.md
T
2025-09-30 22:18:21 +05:30

449 B

systemctl-poweroff

Power off the system. See also: poweroff. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#poweroff.

  • Power off the system:

systemctl poweroff

  • Power off the system immediately without asking services to stop gracefully:

systemctl poweroff --force

  • Power off the system immediately without sending notifications to logged-in users:

systemctl poweroff --force --no-wall