From c5d0bcfa243e042776306b67abda662163370940 Mon Sep 17 00:00:00 2001 From: Felix Stenian Date: Fri, 14 Oct 2022 10:20:43 -0300 Subject: [PATCH] reboot: add pt_BR translation (#9014) --- pages.pt_BR/linux/reboot.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.pt_BR/linux/reboot.md diff --git a/pages.pt_BR/linux/reboot.md b/pages.pt_BR/linux/reboot.md new file mode 100644 index 0000000000..0d652b97cd --- /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`