TLDR
Enter a command. For example: coredumpctl, e2undo, dphys swapfile.

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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.