mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 06:16:53 +03:00
239 B
239 B
dmesg
Write the kernel messages to standard output.
- Show kernel messages:
dmesg
- Show how much physical memory is available on this system:
dmesg | grep -i memory
- Show kernel messages 1 page at a time:
dmesg | less