Crontab
What is a crontab?
A crontab is used to schedule a job that will be periodically executed, for
example, to send out a notice every morning, to clean the contents of a
temporary folder. It is also a daemon process, meaning that it runs
continuously, waiting for specific events to occur.
How do I create a crontab?
If you would like to create a scheduled job to be executed regularly, simply
complete the form below.
Command to execute: In this field, type the command you would like to execute,
e.g. /usr/bin/lynx -dump URL
Receive results to: Select the e-mail address to which a summary will be sent
every time the crontab is executed. You may create a different e-mail address
for your crontabs in the E-mail Manager section of the Control Panel.
In case you would like to run a file stored in your account, you should use the
following path name format in the Command to execute field:
/home/www/subdomain/filename.ext
Example: TERM="xterm"; /usr/bin/lynx -dump
http://my-best-domain.com/cron.php