1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 03:53:33 +02:00

shutdown: add French translation (#6682)

This commit is contained in:
Nicolas Hansse 2021-10-05 21:03:12 +02:00 committed by GitHub
parent d431a9cde0
commit 6bc0820258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# 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 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`