running a cron job 2025-04-14 I have a cron job I am running as root. It runs a script in /var/www/html. My problem is it checks out the files into /root/dir. How can I fix this so it puts them in the right folder in /var/www/html? Thanks!