Cron jobs failing
850824May 25 2011 — edited May 26 2011Hi,
I have sceduled a cron script to autologout the users if they are idle for more than 1 hour. I have added that to the cronjobs and scheduled it to run every 30 minutes.
But i got the below mail,
--------------------------------------------------------------
Your "cron" job
/timeout
produced the following output:
kill: 5310: permission denied
kill: 14614: permission denied
----------------------------------------------------------------
I m running the cronjobs as a informix user....i have set the permission of script as 777.
eventhough i m getting the same error.
Can anybody please help me out to run this script in cron job?
Thanks