mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:35:35 +02:00
dmesg: add pt_BR translation
This commit is contained in:
parent
654def779b
commit
5291361640
1 changed files with 16 additions and 0 deletions
16
pages.pt_BR/osx/dmesg.md
Normal file
16
pages.pt_BR/osx/dmesg.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# dmesg
|
||||||
|
|
||||||
|
> Exibe mensagens do kernel na saída padrão.
|
||||||
|
> Mais informações: <https://www.manpagez.com/man/8/dmesg/>.
|
||||||
|
|
||||||
|
- Exibe mensagens do kernel:
|
||||||
|
|
||||||
|
`dmesg`
|
||||||
|
|
||||||
|
- Exibe quanta memória física está disponível no sistema:
|
||||||
|
|
||||||
|
`dmesg | grep -i memory`
|
||||||
|
|
||||||
|
- Exibe mensagens do kernel, 1 página por vez:
|
||||||
|
|
||||||
|
`dmesg | less`
|
Loading…
Add table
Reference in a new issue