commands.sh

systemctl-poweroff

linux

Power off the system. See also: `poweroff`.

More info →

Options (1)

-f, --forceboolean

Power off the system immediately without asking services to stop gracefully

Example: systemctl poweroff {{[-f|--force]}}

Examples (3)

Power off the system

Power off the system immediately without asking services to stop gracefully

systemctl poweroff [-f|--force]

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

systemctl poweroff [-f|--force] --no-wall
made by @shridhargupta | data from tldr-pages