Du -sk
Finding large files: Suppose we are facing a disk space issue in one system user directory and we want to find out which files are using most of the disk space, we can run the following command to find it out: <36 SMSC :/export/home2/mml/tmp> find /export/home2/mml/ -size +400000| sort –r| head –3 /export/home2/mml/sms/bin/core_20110119152929_14771 /export/home2/mml/sms/bin/core_20101231115847_13489 /export/home2/mml/sms/bin/core_20101204105309_5074 […]
Continue reading about How to find large files and directories in Unix/Linux