1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 02:35:23 +02:00
tldr/pages.es/linux/reboot.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

529 B

reboot

Reinicia el sistema. Vea también: halt, poweroff. Más información: https://manned.org/reboot.8.

  • Reinicia inmediatamente:

reboot

  • Apaga el sistema (igual que poweroff):

reboot {{[-p|--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 {{[-f|--force]}}

  • Escribe la entrada wtmp de apagado sin reiniciar el sistema:

reboot {{[-w|--wtmp-only]}}