# free > 显示系统中可用和已用内存的数量。 > 更多信息:。 - 显示系统内存: `free` - 以字节/KB/MB/GB 显示内存: `free -{{b|k|m|g}}` - 以人类可读的单位显示内存: `free -h` - 每 2 秒刷新一次输出: `free -s {{2}}`