diff --git a/pages.pt_BR/linux/reboot.md b/pages.pt_BR/linux/reboot.md new file mode 100644 index 000000000..0d652b97c --- /dev/null +++ b/pages.pt_BR/linux/reboot.md @@ -0,0 +1,24 @@ +# reboot + +> Reinicia o sistema. +> Mais informações: . + +- Reinicia o sistema: + +`reboot` + +- Desliga o sistema (igual a `poweroff`): + +`reboot --poweroff` + +- Suspende o sistema (igual a `halt`): + +`reboot --halt` + +- Reinicia imediatamente sem entrar em contato com o gerente do sistema: + +`reboot --force` + +- Escreve a entrada wtmp shutdown sem reinicializar o sistema: + +`reboot --wtmp-only`