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>
This commit is contained in:
@@ -11,26 +11,26 @@
|
||||
|
||||
`systemctl --failed`
|
||||
|
||||
- Inicia/Para/Reinicia/Recarrega um serviço:
|
||||
- Inicia/Para/Reinicia/Recarrega o estado um serviço:
|
||||
|
||||
`systemctl {{start|stop|restart|reload}} {{unidade}}`
|
||||
|
||||
- Mostra o status de uma unidade:
|
||||
|
||||
`systemctl status {{unidade}}`
|
||||
|
||||
- Ativa/Desativa uma unidade a ser iniciada na inicialização:
|
||||
|
||||
`systemctl {{enable|disable}} {{unidade}}`
|
||||
|
||||
- Mascara/Desmascara uma unidade para impedir ativação e ativação manual:
|
||||
|
||||
`systemctl {{mask|unmask}} {{unidade}}`
|
||||
|
||||
- Recarrega o systemd, verificando por unidades novas ou alteradas:
|
||||
|
||||
`systemctl daemon-reload`
|
||||
|
||||
- Verifica se uma unidades está ativada:
|
||||
- Verifica se uma unidade está ativada/ativa/em falha:
|
||||
|
||||
`systemctl is-enabled {{unidade}}`
|
||||
`systemctl {{is-active|is-enabled|isfailed}} {{unidade}}`
|
||||
|
||||
- Lista todos as unidades de serviço/socket/auto-montável filtrando por estado executando/falhou:
|
||||
|
||||
`systemctl list-units --type={{service|socket|automount}} --state={{failed|running}}`
|
||||
|
||||
- Mostra o conteúdo e o caminho absoluto do arquivo de uma unidade:
|
||||
|
||||
`systemctl cat {{unidade}}`
|
||||
|
Reference in New Issue
Block a user