mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
20 lines
340 B
Markdown
20 lines
340 B
Markdown
# reboot
|
|
|
|
> Réinitialisez le système.
|
|
> Plus d'informations : <https://manned.org/reboot.8>.
|
|
|
|
- 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`
|