Probably the best way is:
(Ensure you are in your home dir)
$ cd
Check usage of all dirs:
$ du -s *
Look for big numbers. This should give you a pretty good idea which places are using a lot of space.
You could also try:
$ du -s * | sort -rn | less
(Ensure you are in your home dir)
$ cd
Check usage of all dirs:
$ du -s *
Look for big numbers. This should give you a pretty good idea which places are using a lot of space.
You could also try:
$ du -s * | sort -rn | less
Statistics: Posted by BigRedMailbox — Sun May 11, 2025 10:06 pm