tldr/pages.tr/sunos/dmesg.md

17 lines
373 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# dmesg
> Kernel mesajlarını görüntüle.
> Daha fazla bilgi için: <https://www.unix.com/man-page/sunos/1m/dmesg>.
- Kernel mesajlarını görüntüle:
`dmesg`
- Sistemde ne kadar fiziksel hafıza kaldığını göster:
`dmesg | grep -i memory`
- Kernel mesajlarını terminal ekranına sığacak ve her satıra bir tane gelecek şekilde göster:
`dmesg | less`