17Feb/12Off
Ways to free up cPanel server space
Most of the time, we are advise to keep our server disk space clean. To ensure it is clean, you may follow the following step,
1) Clean yum cache file
yum clean all
2) Delete fantastico backup file
rm -rfv /home/*/fantastico_backups
3) Delete cPanel backup file
rm -rfv /home/*/backup*.tar.gz
4) Delete cPanel file manager temp file
rm -fv /home/*/tmp/Cpanel_*
5) Terminate unwanted account
To show which account is suspended:
ls /var/cpanel/suspended
Terminate them (y/n is depend on if you wish to remain the DNS or not)
/scripts/killacct user y/n

