1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/halt.md

25 lines
410 B
Markdown
Raw Normal View History

2016-05-27 11:47:57 -04:00
# halt
> Halt the system.
> More information: <https://manned.org/halt.8>.
2016-05-27 11:47:57 -04:00
- Halt the system:
2016-05-27 11:47:57 -04:00
`halt`
- Power off the system (same as `poweroff`):
2020-10-07 13:38:05 +02:00
`halt {{[-p|--poweroff]}}`
2020-10-07 13:38:05 +02:00
- Reboot the system (same as `reboot`):
2016-05-27 11:47:57 -04:00
`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]}}`