Files
tldr/pages/linux/poweroff.md
T
Managor cc1ae58e60 shutdown, poweroff: refer to each other (#23165)
* Update shutdown.md

* Update poweroff.md
2026-07-12 17:21:22 -07:00

459 B

poweroff

Power off the system. See also: shutdown. More information: https://manned.org/poweroff.

  • Power off the system:

poweroff

  • Halt the system (same as halt):

poweroff --halt

  • Reboot the system (same as reboot):

poweroff --reboot

  • Shut down immediately without contacting the system manager:

poweroff {{[-f|--force]}}

  • Write the wtmp shutdown entry without shutting down the system:

poweroff {{[-w|--wtmp-only]}}