mirror of https://github.com/CrimsonTome/tldr.git
17 lines
327 B
Markdown
17 lines
327 B
Markdown
# dmesg
|
|
|
|
> Exibe mensagens do kernel na saída padrão.
|
|
> Mais informações: <https://keith.github.io/xcode-man-pages/dmesg.8.html>.
|
|
|
|
- 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`
|