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

WebSanity Top Secret