Centos Mencari file yang besar di linux October 18, 2017admin command : find / -xdev -type f -size +100M ket : mencari file yg lebih besar dari 100 MB di root / atau find / -type f -size +20M -exec ls -lh {} \; | awk '{ print $NF ": " $5 }' Baca Juga : Solusi " An error occurred during the file system check pada centos raid 0 "