Crontab Tutorial
Crontab is a Unix command for scheduling jobs which will be executed sometime in the future. A cron is usually used to schedule a task that is executed periodically - for example, to send out an e-mail message to specified people every month. Being a daemon process, it runs continuously, waiting for specific events to occur.
To add a Crontab command, simply enter it in the "Command" field and choose how often the command should be run by using the drop-menus at the bottom.
In case a user wants to run a file which his account, he must use a path name in the following format "/home/www/SubDomain.Folder/File.Name"
|