Toyuko Posted August 3, 2013 Report Share Posted August 3, 2013 Hey Does anyone here have any knowledge of Cronjobs and how they work? I am getting a permission denied error on a new cronjob script i made. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted August 3, 2013 Administrators Report Share Posted August 3, 2013 Depending on where the cron is being run from, ie root or a user, it could be simply that the file does not have the correct permissions set to be run by anyone but the owner. If the cron is running from the user that owns it the file permissions need to be at least 544 in most cases on most servers. Realistically if the file is set to 755 any user should be able to execute it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.