1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 17:35:28 +02:00
tldr/pages.pt_BR/linux/poweroff.md
Renie Siqueira 85b9f79afa
pages.pt_BR/linux/*: update commands, descriptions, translations, and paths for multiple commands (#13800)
* bluetoothd: update on command path

* bspwm: update whole translation and all of its commands

* btrfs: update command order accordingly to styleguide

* dunstify: last example was refering to another command

* flatpak: - update description's verbs tenses to match styleguide
- remove command
- update app's names on commands

* lsblk: update commands' arguments

* pi: update commands order to match the styleguide

* poweroff: fix duplicated parameter

* systemctl: - update commands' descriptions
- add new commands

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-10-02 11:45:43 -03:00

421 B

poweroff

Desliga o sistema. Mais informações: https://www.manned.org/poweroff.

  • Desliga o sistema:

poweroff

  • Para o sistema (mesmo que halt):

poweroff --halt

  • Reinicia o sistema (mesmo que reboot):

poweroff --reboot

  • Desliga imediatamente sem contato com o gerenciador do sistema:

poweroff --force

  • Grava a entrada de desligamento wtmp sem desligar o sistema:

poweroff --wtmp-only