thanks for visiting us at Webune.

We provide Linux Dedicated Servers at affordable prices

if you want to know how to display how much disk space you have in your server you can find out. this linux shell command will give you a list of the sizes for each directory and then it will give you a total of all the disk space you have in your hard drive just send this command. lets say we wan to know what is the size of our www directory so we send this command:

du -hc --max-depth=1 /var/www/


it will show you something like this:
6.9M /var/www/

hope that helps