1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 13:35:25 +02:00
tldr/pages.es/linux/shutdown.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

425 B

shutdown

Apaga y reinicia el sistema. Más información: https://manned.org/shutdown.8.

  • Apaga ([h]alt) inmediatamente:

shutdown -h now

  • [r]einicia inmediatamente:

shutdown {{[-r|--reboot]}} now

  • [r]einicia en 5 minutos:

shutdown {{[-r|--reboot]}} +{{5}} &

  • Apaga a las 01:00 pm (Usa el reloj de 24[h]):

shutdown -h 13:00

  • [c]ancela una operación pendiente de apagado/reinicio:

shutdown -c