I'm trying to figure out the best way to solve this issue.
An account is trying to set up cron jobs tasks that will use PHP scripts with mkdir.
The issue is this returns a permission denied. I know I can resolve this by setting a root cron job on the server for the account but is there a simple way to set each user accounts cron job that runs PHP to run as each user account so it can create, delete, directories easily?
An account is trying to set up cron jobs tasks that will use PHP scripts with mkdir.
The issue is this returns a permission denied. I know I can resolve this by setting a root cron job on the server for the account but is there a simple way to set each user accounts cron job that runs PHP to run as each user account so it can create, delete, directories easily?
Last edited by a moderator: