reboot: update Spanish translation (#14330)
This commit is contained in:
@@ -1,12 +1,25 @@
|
||||
# reboot
|
||||
|
||||
> Reinicia la máquina.
|
||||
> Reinicia el sistema.
|
||||
> Vea también: `halt`, `poweroff`.
|
||||
> Más información: <https://manned.org/reboot.8>.
|
||||
|
||||
- Reinicia inmediatamente:
|
||||
|
||||
`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`
|
||||
|
Reference in New Issue
Block a user