Tuesday, November 27, 2012

Check the dir size

To check the Dir size.
=====================

[root@TESTBED ~]# du -h --max-depth=1 /opt/ | sort -n -r

[root@TESTBED ]# du -h --max-depth=1 | sort -n -r


File size
=====

[root@TESTBED ]# du -h -s /opt/abc.txt

[root@TESTBED ]# du -h -s /opt/*

No comments:

Post a Comment