1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 14:55:24 +02:00
tldr/pages/linux/halt.md
2025-03-13 04:41:47 +02:00

24 lines
410 B
Markdown

# halt
> Halt the system.
> More information: <https://manned.org/halt.8>.
- Halt the system:
`halt`
- Power off the system (same as `poweroff`):
`halt {{[-p|--poweroff]}}`
- Reboot the system (same as `reboot`):
`halt --reboot`
- Halt immediately without contacting the system manager:
`halt {{[-f|--force]}}`
- Write the wtmp shutdown entry without halting the system:
`halt {{[-w|--wtmp-only]}}`