as in topic. I know, 777 must work. 755 should too, but what chmod is recommended for cron job? This is php file on server in main directory. 644 not working, permission denied. Rest is ok in this cron job. Thanks for your help! I checked other threads, but no clear response I found.
Share
It depends on under which user you are adding this crontab entry. That user should be able to read and execute the file. If you want anyone to run the file, your ending digit for the permission must be odd (5 to be exact)