Linux notes – check folder size

1. fsck -f /dev/hda1
2. du -chs *
3. alias hogs=’du -cks * |sort -rn |head -21′
4. rsync -avl –stats -e ssh remotehost:/path /xxx/
5. .bashrc

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.