free -h
Display memory usage in human-readable format. Shows RAM and swap usage statistics.
Primary Syntax
$ free -h
#
Example Usage
free -h
free -m
watch free -h#
Quick Tips
• Use man free to read the full manual
• Add --help flag for quick options reference
• Combine with | less for paginated output
Submitted by: admin
Added: 2/9/2026