Revision 8 as of 2020-08-31 13:40:08

Clear message

How can I find space eating files in my home?

du -sm ~/.??* ~/* | sort -n -r | less

If you replace -sm with -sk, the size will be shown in KB.

graphical approach

Try using jdiskreport as a graphical tool. When jdiskreport get startet you can choose the directory it should scan. Here are some Screenshots as an example.

JDiskReport_shot1.png JDiskReport_shot2.png JDiskReport_shot3.png JDiskReport_shot4.png


CategoryEDUC