Somehow I think one of my users are able to fake their server usage stats. Is that possible? My Direct Admin panel shows that I have used 40GB, but a php script shows that I have used 80GB. Please advise.
Do you have ssh access? Run the following as root: Shows usage by partition. df -h Code (markup): Shows usage per home directory. May take a few minutes depending on the amount of data. du -ha --max-depth=1 /home Code (markup):
I tried this : du -ha --max-depth=1 /home Code (markup): and it doesn't work... How do I access the reseller files