
An example of narrowing down disk space usage issues on Linux. Starting with the following command: df -h We see that the root volume has 16% space left. Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 129G 103G 20G 84% / cd / We need to run the du command but I wanted to exclude… Read more »