Monday 26 July 2010

How to check directory, file size in linux

Picture 1 check partition sizes : df -h

Picture 2 check directory size : du -s -h /var/log/squid/

Picture 3 check every directory and file sizes under a dir : du -s -h /var/log/squid/*

Picture 4 check individual size size : du -s -h /var/log/squid/access.log


No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Google Search