1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 17:35:51 +02:00

reboot: update Spanish translation (#14330)

This commit is contained in:
Igor Támara 2024-10-30 04:54:32 -05:00 committed by GitHub
parent 9bd682fde6
commit 006c27fb04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,25 @@
# reboot # reboot
> Reinicia la máquina. > Reinicia el sistema.
> Vea también: `halt`, `poweroff`.
> Más información: <https://manned.org/reboot.8>. > Más información: <https://manned.org/reboot.8>.
- Reinicia inmediatamente: - Reinicia inmediatamente:
`reboot` `reboot`
- Reinicia inmediatamente sin hacer un apagado limpio: - Apaga el sistema (igual que `poweroff`):
`reboot -f` `reboot --poweroff`
- Detiene (termina todos los procesos y apaga la CPU) el sistema (igual que `halt`):
`reboot --halt`
- Reinicia inmediatamente sin contactar al administrador del sistema:
`reboot --force`
- Escribe la entrada wtmp de apagado sin reiniciar el sistema:
`reboot --wtmp-only`