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
K.B.Dharun Krishna 6538886138
*/halt: update link to manned (#10804)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-03 08:56:53 +05:30

24 lines
391 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 --poweroff`
- Reboot the system (same as `reboot`):
`halt --reboot`
- Halt immediately without contacting the system manager:
`halt --force --force`
- Write the wtmp shutdown entry without halting the system:
`halt --wtmp-only`