Is it running but unable to do whatever’s inside changepermission.sh because either the cron user doesn’t have permission or the commands are not in the PATH of the cron user?
Thanks for your response. I am trying to change ownership of certain directory on the server. Perhaps cron user I am using doesn’t see this directory? How can I run it as a super admin the cron job or give access to the directory.
I would lean towards a permission problem somewhere (wish I could tell you where :)). I have spent hours and hours tracking down which part of the script wasn’t being allowed to execute. PITA.