mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
cc82e4ea34
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
449 B
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