Saturday, March 17, 2012

How To Check Folder size in Linux

for checking available siz in HD

[root@root]# df -h

for check each folder size

[root@root]# du - sh <directory name>
e.g

[root@root]# du - sh akwal
(akwal is directory name)

0 comments: