Friday, January 25, 2019

Free Disk Space or Disk Space Usage

Below are some stats if a user wants to clean-up a specific directory.

df -k /path provides information on Free Disk Space. For example, it says 86% of allocation used.

du -k /path > usage_stats.txt provides stats of Disk Space Usage for a list of directory within a path

/path/test . du -ks * provides information on Disk Space Usage for the Main directories under /path/test

1 comment: