How to free space on cPanel server

To keep our server disk space clean,You may follow the steps given below:

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 check which account is suspended

ls /var/cpanel/suspended

Terminate them (y/n is depend on if you wish to keep the DNS or not)

/scripts/killacct user y/n

Done.