Find How Much Disk Space A Directory Is Using In Linux
- Forums
- Linux Systems
- Find How Much Disk Space A Directory Is Using In Linux
if you want to find how much disk space a directory is using this tutorial command for linux shell terminal will help you in finding and getting the amout of space you are currently using [3068], Last Updated: Sat May 18, 2024
wallpaperama
Sun Feb 28, 2010
0 Comments
1041 Visits
example, i have this directory:
/home/www/webs/logs/
i want to know how much i have on my website?
easy. send this command;
du /home/www/webs/logs/ -hc --max-depth=1