mirror of https://github.com/CrimsonTome/tldr.git
21 lines
368 B
Markdown
21 lines
368 B
Markdown
|
# 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`
|