1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 05:35:29 +02:00
tldr/pages.pt_BR/linux/reboot.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

24 lines
444 B
Markdown

# reboot
> Reinicia o sistema.
> Mais informações: <https://manned.org/reboot.8>.
- Reinicia o sistema:
`reboot`
- Desliga o sistema (igual a `poweroff`):
`reboot {{[-p|--poweroff]}}`
- Suspende o sistema (igual a `halt`):
`reboot --halt`
- Reinicia imediatamente sem entrar em contato com o gerente do sistema:
`reboot {{[-f|--force]}}`
- Escreve a entrada wtmp shutdown sem reinicializar o sistema:
`reboot {{[-w|--wtmp-only]}}`