du -s /home/* | sort -nr
也可以用find,查找大於200M的文件並顯示詳細信息
find . -size +100000000c -exec ls -lh {} ;
淺談Linux文件系統反刪除方法
Linux文件系統的反刪除方法
linux系統下分割大文件的方法
Linux系統找出大文件的方法
Linux根文件系統
Linux根文件系統詳解,linux根詳解