PDA

View Full Version : Disk space usage


digital
10-9-05, 02:18 PM
Are they ever going to update the code within Ops for the site storage? I would really like to know how much space I have with in my disk space. It has been down ever since they update the ftp information.

RTH10260
10-9-05, 07:52 PM
Use this small PHP script:<pre>
<?php

system("/usr/bin/du -d 1 -h -c /www/u/user");

?>
</pre>
modify for your account path, change the -d option to larger number for further directory levels.