Find Large Files Find Large Files# Look at the top folders and files in current directory du -hsx * | sort -rh | head -10 Go to /var, /opt and ~ to try the above When your VM has run out of space find / -xdev -type f -size +100M Source# Finding All Large Files Find largest files in a directory