I have a file that I would like to run at 9:00 am UTC, but im not sure how to set it up. This is the first time I have ever encountered CRONs and have not one clue what to do with it. I don't want to run a bunch of them, just the one once a day.
I assume you found the Cron setup icon on the home page of cPanel-x3 theme (not x10hosting Basic theme)but im not sure how to set it up
Minute -- */6
Hour ---- *
Day ----- *
Month --- *
Weekday --*
/usr/local/bin/php /home/{your cPanel name}/public_html/{your PHP file name} 2>&1 >> /home/{your cPanel name}/public_html/cron_output.log