Scott Granneman

Contact | Site Map | Search
HomeWritingPresentationsTeachingWeb DevTech InfoUseful LinksPersonal
Home > Tech Info > Linux > The Linux Environment > Memory and Disk Usage

Memory and Disk Usage

Run all on the command line:

Memory

cat /proc/meminfo = memory usage information
free = how much memory is currently unused

Disk space

df = disk usage for all partitions
du -h = disk usage for the current directory and all sub-directories