1, overview:
du -m --max-depth=1 /|sort -n
2, check tmp:
du -m /tmp
rm -rf /tmp/*
3, cache:
yum clean all
4, check
du -m /home/*
delete the big files.
1, overview:
du -m --max-depth=1 /|sort -n
2, check tmp:
du -m /tmp
rm -rf /tmp/*
3, cache:
yum clean all
4, check
du -m /home/*
delete the big files.