LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

systemctl-poweroff

Shut down and power off system

TLDR

Power off the system
$ systemctl poweroff
copy
Force immediate poweroff
$ systemctl poweroff -f
copy
Poweroff without wall message
$ systemctl poweroff -f --no-wall
copy

SYNOPSIS

systemctl poweroff [OPTIONS]

DESCRIPTION

systemctl poweroff shuts down the system and powers off the machine. It gracefully stops all services, unmounts filesystems, and then signals the hardware to power down.With `--force`, services are not gracefully stopped. With double `--force`, filesystems aren't unmounted, risking data loss.

PARAMETERS

-f, --force

Skip graceful service shutdown
--force --force (-ff)
Immediate poweroff without cleanup (dangerous)
--no-wall
Don't send wall message to logged-in users
--when TIME
Schedule poweroff at specific time

CAVEATS

Requires appropriate privileges. Force mode can cause data loss if filesystems aren't properly synced. Some hardware may not support software poweroff and will halt instead.

HISTORY

The poweroff subcommand provides systemd-native shutdown, integrating with the scheduled shutdown mechanism and wall notification system.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid