mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 04:55:23 +02:00

* 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>
24 lines
421 B
Markdown
24 lines
421 B
Markdown
# 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`
|