System Grab Bag

View all TLDR pages from Linux (or from all pages)

free

Display amount of free and used memory in the system. More information: https://manned.org/free.
  • Display system memory:
    free
  • Display memory in Bytes/KB/MB/GB:
    free -{{b|k|m|g}}
  • Display memory in human-readable units:
    free -h
  • Refresh the output every 2 seconds:
    free -s {{2}}

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.