Thursday, March 4, 2010

Folder size through command line

Hi All,

Today I and my manager Venkat - learnt this together.

Thanks Venkat..

This is the command you need to issue to find out the - size of a Linux folder recursively.

du -hs folder_path

Here 'du' stands for 'disk usage' and replace your folder path with the folder size you may want to check.

Take care,
Ananth Gouri

No comments:

Post a Comment