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
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

447 B

halt

Deté, apaga o reinicia la màquina. Més informació: https://manned.org/halt.8.

  • Deté la màquina:

halt

  • Apaga la màquina (el mateix que poweroff):

halt --poweroff

  • Reinicia la màquina (el mateix que reboot):

halt --reboot

  • Deté la màquina inmediatament sense contactar l'administrador de sistemes:

halt --force --force

  • Escriu l'entrada de wtpm shutdown sense aturar el sistema:

halt --wtmp-only