How Much Disk Space Linux - Linux Hosting
Post Description:
Post Tags: how, much, disk, space, linux, linux hosting, troubleshoot, help, support advise, questions, answers
This Post Has Been Viewed 136 Times Since Mon Jun 23, 2008 4:21 pm Posted By
stabos with 1 replies
Next Post »»
how to install nagios on fedora core
how can i find out how much disk space i have in my linux server?
i have a dedicated server for my wallpaper website and i am able to login to my shell, but i want to know which comand i need to send or execute for the unix to show me the amount of disk space i am using on the hard drive. is that possible to get?
if so, can you please show me, a simple and easy tutorial will be fine
Comments and replies About How Much Disk Space Linux - Linux Hosting
sure just send these two command:
change directory to your system root:
cd /
now run this command:
du -hc --max-depth=1
thats it