From 6bc0820258b5f01f502a7f3805cc607886227686 Mon Sep 17 00:00:00 2001 From: Nicolas Hansse Date: Tue, 5 Oct 2021 21:03:12 +0200 Subject: [PATCH] shutdown: add French translation (#6682) --- pages.fr/linux/shutdown.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.fr/linux/shutdown.md diff --git a/pages.fr/linux/shutdown.md b/pages.fr/linux/shutdown.md new file mode 100644 index 0000000000..e12bb89c08 --- /dev/null +++ b/pages.fr/linux/shutdown.md @@ -0,0 +1,24 @@ +# shutdown + +> Éteint et redémarre le système. +> Plus d'informations: . + +- Éteint (arrête) immédiatement: + +`shutdown -h now` + +- Redémarre immédiatement: + +`shutdown -r now` + +- Redémarre dans 5 minutes: + +`shutdown -r +{{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`