1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00

halt: update Spanish translation (#14332)

This commit is contained in:
Igor Támara 2024-10-23 23:39:35 -05:00 committed by GitHub
parent 686fd3a257
commit 3724cb83c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,16 +1,25 @@
# halt
> Detiene, apaga o reinicia la máquina.
> Ver también: `poweroff`, `reboot`.
> Más información: <https://manned.org/halt.8>.
- Detiene la máquina:
- Detiene el sistema:
`halt`
- Apaga la máquina:
- Apaga el sistema (igual que `poweroff`):
`halt --poweroff`
- Reinicia la máquina:
- Reinicia el sistema (igual que `reboot`):
`halt --reboot`
- Apaga inmediatamente el sistema sin contactar al administrador:
`halt --force`
- Escribe la entrada de apagado en wtmp sin apagar el sistema:
`halt --wtmp-only`