Avatar of OnsiteSupport
OnsiteSupport

asked on 

Executing PHP script from commandline

I need to set the following up as a cron job.

/usr/bin/php {PATH_TO_SCRIPT}/schedule_cron_user.php

So, I have the path to the script.  But, when I attempt to execute it, I get Permission Denied even if logged on with su -

can someone help me?

thanks
PHPLinux

Avatar of undefined
Last Comment
Adrianc

8/22/2022 - Mon