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