reboot: add French translation (#7790)
This commit is contained in:
20
pages.fr/linux/reboot.md
Normal file
20
pages.fr/linux/reboot.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# reboot
|
||||
|
||||
> Réinitialisez le système.
|
||||
> Plus d'informations : <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
|
||||
|
||||
- Réinitialisez le système normalement :
|
||||
|
||||
`reboot`
|
||||
|
||||
- Mettrez le système hors tension :
|
||||
|
||||
`reboot --poweroff`
|
||||
|
||||
- Arrêtez toutes les fonctions du CPU :
|
||||
|
||||
`reboot --halt`
|
||||
|
||||
- Réinitialisez le système maintenant mais propre :
|
||||
|
||||
`reboot --force`
|
Reference in New Issue
Block a user