Does the overall disk space usage of the account that you see in cPanel and WHM reflect the same values that you notice listed for the public_html directory in the disk space usage viewer? If so, try fixing the quotas via:
Code:
/scripts/fixquotas
Also, check the disk space usage from the command line to see if it matches up. EX:
Deleting the error_log or any other log file or "normal" file which is currently used by a process is not the right way to do it. This is because removing that file will leave the file descriptor opened and you ask yourself later why df -h does not correspond with du -sh.
A proper way of freeing up the space in this situation is truncating the log file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.