hey

iam trying to use cron.hourly

i made a script pl.sh
#!bash
echo "aaaa"|mail -s "mail" [email protected]
now i have made this file under /etc/cron.hourly
and my hourly timer is set in the crontab file
*/5 * * * * root cd / && run-parts --report /etc/cron.hourly
after doing all this i did
sudo service cron stop
sudo service cron start
but its not working

what could be the reason of cron.hourly not working

-- 
LUG@IITD - http://lug-iitd.org/Footer

Reply via email to