1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 15:15:35 +02:00
tldr/pages/linux/poweroff.md
2025-03-12 21:05:58 +02:00

24 lines
439 B
Markdown

# poweroff
> Power off the system.
> More information: <https://www.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]}}`