mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
reboot: add French translation (#7790)
This commit is contained in:
parent
9b9f486575
commit
731de9ea00
1 changed files with 20 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue