1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-23 04:24:07 +02:00
tldr/pages.pt_BR/osx/dmesg.md

17 lines
327 B
Markdown
Raw Normal View History

2022-10-09 22:59:42 -03:00
# dmesg
> Exibe mensagens do kernel na saída padrão.
> Mais informações: <https://keith.github.io/xcode-man-pages/dmesg.8.html>.
2022-10-09 22:59:42 -03:00
- 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`