mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 14:26:00 +02:00
htop: add pt_BR translation (#3486)
This commit is contained in:
parent
04dea780d0
commit
5fc68346d0
1 changed files with 15 additions and 0 deletions
15
pages.pt_BR/linux/htop.md
Normal file
15
pages.pt_BR/linux/htop.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# htop
|
||||||
|
|
||||||
|
> Visualizar informação dinâmica em tempo real acerca de processos em execução. Uma versão melhorada do comando `top`.
|
||||||
|
|
||||||
|
- Inicializar htop:
|
||||||
|
|
||||||
|
`htop`
|
||||||
|
|
||||||
|
- Inicializar htop mostrando somente processos pertencentes a um usuário:
|
||||||
|
|
||||||
|
`htop -u {{nome_usuário}}`
|
||||||
|
|
||||||
|
- Obter ajuda acerca de comandos interativos:
|
||||||
|
|
||||||
|
`?`
|
Loading…
Add table
Reference in a new issue