man > free(1)

📛 NAME

free - Display amount of free and used memory in the system

🚀 Quick Reference

Use CaseCommandDescription
Human-readablefree -hAuto-scaled units (Ki, Mi, Gi)
Show totalfree -tAdd a summary line with totals
Continuous monitoringfree -s 2Update every 2 seconds
Wide outputfree -wSeparate buffers and cache columns
Counted repetitionsfree -c 5 -s 1Run 5 times, 1s delay
Exact bytesfree -bDisplay values in bytes
SI unitsfree --si -hUse powers of 1000 (kilo, mega)
Low/high memoryfree -lShow detailed memory statistics

📝 SYNOPSIS

free [options]

📖 DESCRIPTION

free displays the total amount of free and used physical and swap memory in the system, as well as the buffers and caches used by the kernel. The information is gathered by parsing /proc/meminfo. The displayed columns are:

⚙️ OPTIONS

🔹 -b, --bytes

Display the amount of memory in bytes.

🔹 -k, --kibi

Display the amount of memory in kibibytes. This is the default.

🔹 -m, --mebi

Display the amount of memory in mebibytes.

🔹 -g, --gibi

Display the amount of memory in gibibytes.

🔹 --tebi

Display the amount of memory in tebibytes.

🔹 --pebi

Display the amount of memory in pebibytes.

🔹 --kilo

Display the amount of memory in kilobytes. Implies --si.

🔹 --mega

Display the amount of memory in megabytes. Implies --si.

🔹 --giga

Display the amount of memory in gigabytes. Implies --si.

🔹 --tera

Display the amount of memory in terabytes. Implies --si.

🔹 --peta

Display the amount of memory in petabytes. Implies --si.

🔹 -h, --human

Show all output fields automatically scaled to shortest three digit unit and display the units of print out. Following units are used.

If unit is missing, and you have exbibyte of RAM or swap, the number is in tebibytes and columns might not be aligned with header.

🔹 -w, --wide

Switch to the wide mode. The wide mode produces lines longer than 80 characters. In this mode buffers and cache are reported in two separate columns.

🔹 -c, --count count

Display the result count times. Requires the -s option.

🔹 -l, --lohi

Show detailed low and high memory statistics.

🔹 -s, --seconds delay

Continuously display the result delay seconds apart. You may actually specify any floating point number for delay using either . or , for decimal point. usleep(3) is used for microsecond resolution delay times.

🔹 --si

Use kilo, mega, giga etc (power of 1000) instead of kibi, mebi, gibi (power of 1024).

🔹 -t, --total

Display a line showing the column totals.

🔹 --help

Print help.

🔹 -V, --version

Display version information.

📁 FILES

/proc/meminfo – memory information

🐛 BUGS

The value for the shared column is not available from kernels before 2.6.32 and is displayed as zero.

Please send bug reports to ⟨procps AT freelists.org

📚 SEE ALSO

ps(1), slabtop(1), top(1), vmstat(8).

free(1)
📛 NAME 🚀 Quick Reference 📝 SYNOPSIS 📖 DESCRIPTION ⚙️ OPTIONS
🔹 -b, --bytes 🔹 -k, --kibi 🔹 -m, --mebi 🔹 -g, --gibi 🔹 --tebi 🔹 --pebi 🔹 --kilo 🔹 --mega 🔹 --giga 🔹 --tera 🔹 --peta 🔹 -h, --human 🔹 -w, --wide 🔹 -c, --count count 🔹 -l, --lohi 🔹 -s, --seconds delay 🔹 --si 🔹 -t, --total 🔹 --help 🔹 -V, --version
📁 FILES 🐛 BUGS 📚 SEE ALSO

Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 20:52 @2600:1f28:365:80b0:b91e:58eb:6587:15c8
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^