1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/linux/reboot.md

21 lines
368 B
Markdown
Raw Normal View History

2022-06-22 05:00:44 -07:00
# 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`