How to Check Disk and Memory Usage
This post is dedicated to checking disk and memory usage with three utilities, df, du, and free. free is arguably the easiest of these three to use, as all it requires is a single line to display the amount of free and used memory in the system. The -m and -t switches used below convert the results to … Continue reading