pages.pt_BR/linux/*: add Portuguese Brazilian translations (#13951)

* apport-bug: Add pt_BR translation

* cgclassify, cgcreate, cgexec: Add pt_BR translation

* ip-route-show: add pt_BR translation

* megatools-dl: add pt_BR translation

* Apply suggestions from code review

---------

Co-authored-by: Renie Siqueira <reniedev.github@3nie.com>
This commit is contained in:
Rafael Fontenelle
2024-10-04 21:08:08 -03:00
committed by GitHub
parent a41ce348db
commit ca4a29f733
6 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# ip route show
> Exibe subcomando para o gerenciamento de tabelas de roteamento de IP.
> Mais informações: <https://manned.org/ip-route>.
- Exibe a tabela de roteamento:
`ip route show`
- Exibe a tabela de roteamento principal (mesmo que o primeiro exemplo):
`ip route show {{main|254}}`
- Exibe a tabela de roteamento local:
`ip route show table {{local|255}}`
- Exibe todas as tabelas de roteamento:
`ip route show table {{all|unspec|0}}`
- Lista rotas apenas a partir de um dispositivo provido:
`ip route show dev {{eth0}}`
- Lista rotas dentro de um escopo provido:
`ip route show scope link`
- Exibe o cache de roteamento:
`ip route show cache`
- Exibe apenas rotas IPv6 ou IPv4:
`ip {{-6|-4}} route show`