HostGator.com » Support Portal

What do I put for the cron job Command ?

Command lines. Examples only! Bold sections must be changed.

Shared, Reseller, SEO hosting, and other (VPS and Dedicated with Easy Apache 3 installed)

PHP

Command to run a PHP5 cron job:
php /home/user_name123/public_html/cron.php

Optional flag sometimes required for a PHP cron job:
php -q /home/user_name123/public_html/cron.php

Command to run a PHP4 cron job:
/usr/local/php4/bin/php /home/user_name123/public_html/cron.php

All hosting types

More

Command to GET a remote file:
/usr/bin/GET http://www.some-domain.com/file.php

Command to run a CGI cron job:
perl /home/user_name123/public_html/cgi-bin/file.pl

SSH Extras

Command to run a shell script cron job:
/bin/sh /home/user_name123/public_html/file.sh

Command to import a database:
mysql -u mysql_user -ppassword database_name < backup.sql

Command to export a database:
mysqldump -u mysql_user -ppassword database_name > backup.sql


VPS and Dedicated without Easy Apache 3 (unlikely, we install EA3 by default)

PHP

Command to run for a PHP4 cron job:
/usr/bin/php /home/user_name123/public_html/cron.php

Command to run for a PHP5 cron job:
/usr/local/php5/bin/php5 /home/user_name123/public_html/cron.php


Article Comments

Craig
I would also add that you can redirect your error output to a file of your choice by appending 2>>/path/to/error.log to the end of your command.

Since you can't view /var/log/cron on shared servers, this is the only way to see if there is an error when your script runs.

Probably a no brainer for the experienced, but would have saved me a lot of time had I known sooner. :-)

HostGator
Thank you for your comments. Just a quick reminder that the comments on this page are not monitored by technical support staff, and that for support issues, it is best to contact us by live chat, phone or email so we can assist you right away.

Although comments are not monitored by technical support staff, they are moderated and read by technical writers. Comments will need to be approved by a moderator before appearing.

Our technical writers do read the comments periodically for the purposes of updating the articles, and do appreciate your feedback, suggestions and corrections to the articles themselves, as well as any suggestions or tips for readers of this article. However, support questions posted here are not guaranteed to be replied to in a timely manner or at all. For support issues, it is best to contact our support staff instead by live chat, email or phone.



Your comments help us keep the knowledge base updated. This is not a medium for support. If you have questions or need help, please contact us via email, phone or live chat for fast assistance.

Post Comment