Here’s a script for quickly checking on how much disk space you have on a system and how much of it is in use. It certainly beats using a calculator to tally up the columns in “df -k” output. We’re ...
There are many ways to evaluate disk space usage on Linux, and this post examines a number of commands that allow you to view used and available disk space. The df command stands for “disk free” and, ...