1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-03 14:53:43 +02:00
tldr/pages.pt_BR/osx/dmesg.md
2022-10-09 23:47:37 -03:00

312 B

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