-bash: /bin/rm: Argument list too long


temp files are stored in this folder : /home/admin/tmp


use this command : find . -type f -exec rm -v {} \;



ad this in vestacp cronjob
find /home/admin/tmp/ -type f -exec rm -v {} ;