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

460 B

shutdown

Éteint et redémarre le système. Plus d'informations : https://manned.org/shutdown.8.

  • Éteint (arrête) immédiatement :

shutdown -h now

  • Redémarre immédiatement :

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

  • Redémarre dans 5 minutes :

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

  • Éteint à 1:00 pm (Utilise un format 24h) :

shutdown -h 13:00

  • Annule une opération d'arrêt ou de redémarrage du système en attente :

shutdown -c