mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:33:43 +02:00
reboot: add pt_BR translation (#9014)
This commit is contained in:
parent
1c0cbb4861
commit
c5d0bcfa24
1 changed files with 24 additions and 0 deletions
24
pages.pt_BR/linux/reboot.md
Normal file
24
pages.pt_BR/linux/reboot.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# reboot
|
||||
|
||||
> Reinicia o sistema.
|
||||
> Mais informações: <https://manned.org/reboot.8>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue