IATechsupport
Basic Pleskian
I'm trying to setup a simple cron job from Plesk GUI to delete the contents of a dir every day.
with:
find /var/www/vhosts/domain.name/httpdocs/var/session -name 'sess*' -type f -print -delete
when I run it all I get is " find command not found"
with:
find /var/www/vhosts/domain.name/httpdocs/var/session -name 'sess*' -type f -print -delete
when I run it all I get is " find command not found"