1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.ca/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

407 B

shutdown

Deté, apaga o reinicia la màquina. Més informació: https://manned.org/shutdown.8.

  • Deté inmediatament:

shutdown -h now

  • Reinicia inmediatament:

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

  • Reinicia després de 5 minuts:

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

  • Apaga a la 1:00 PM (format 24h):

shutdown -h 13:00

  • Cancel·la una operació d'apagat/reinici pendent:

shutdown -c