18th Jan 2008

Get directory size using Linux command

du -hs /var/www/

You may omit the directory path if you’d like to find out the size of the current directory that you are in.
du -hs

Referral text link:

Leave a Reply