-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 {} ;
Modified on: Mon, 8 Mar, 2021 at 4:13 PM
-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 {} ;
Did you find it helpful? Yes No
Send feedback