On 07/23/2015 10:34 PM, Paul Groves wrote:
My home partition is getting very large all of a sudden but my files on my home folder do not equal the size of the used space. I am the only user on this computer.
Is there a tool that can scan the home partition and give me a breakdown of what is using the space?
Since coreutils-8.21, i.e. since openSUSE-13.1, you can use du(1):
From the NEWS file:
du now accepts the --threshold=SIZE option to restrict the output to entries with such a minimum SIZE (or a maximum SIZE if it is negative). du recognizes -t SIZE as equivalent, for compatibility with FreeBSD. Example: $ du --threshold=10G -xh $HOME 13G /home/berny/IMG/cam 14G /home/berny/IMG 39G /home/berny/mp3 63G /home/berny Have a nice day, Berny -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org