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

25 lines
466 B
Markdown
Raw Permalink Normal View History

2022-02-06 04:25:41 +01:00
# halt
> Deté, apaga o reinicia la màquina.
> Més informació: <https://manned.org/halt.8>.
2022-02-06 04:25:41 +01:00
- Deté la màquina:
`halt`
- Apaga la màquina (el mateix que `poweroff`):
`halt {{[-p|--poweroff]}}`
2022-02-06 04:25:41 +01:00
- Reinicia la màquina (el mateix que `reboot`):
`halt --reboot`
- Deté la màquina inmediatament sense contactar l'administrador de sistemes:
`halt {{[-f|--force]}}`
2022-02-06 04:25:41 +01:00
- Escriu l'entrada de wtpm shutdown sense aturar el sistema:
`halt {{[-w|--wtmp-only]}}`