Files
tldr/pages.tr/sunos/dmesg.md
2022-10-31 06:44:28 -03:00

17 lines
373 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`