Find Large Files on Linux

http://support.foray.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=17


At the command line as root enter:
find / -size +102400k
This will find all files on the entire system that are bigger than 100 MB.
Use this one to see the sizes:
find / -size +103400k | xargs ls -laAh
Use "find ." to look only in the current directory.
find . -size +103400k | xargs ls -laAh

Comments

Popular posts from this blog

Set up RAID on Dell Poweredge 2850

How to implement Blueimp with Laravel 5

HackUB (Hackathon Ulaanbaatar) - Organizing event