From web developer's pen
Best way to check folder size.
du -hs /var/www/
7.8G
If want to exclude any(upload here) folder then
du -hs --exclude=upload*
2G
Post a Comment
No comments:
Post a Comment