System Grab Bag

View all TLDR pages from Sun OS (or from all pages)

dmesg

Write the kernel messages to stdout. More information: https://www.unix.com/man-page/sunos/1m/dmesg.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: