Schedule Cron jobs
Linux, Cron
Run crontab -e to pull up the tab. (Note that it's not advised to edit it directly). Then set the job with
* * * * * /bin/script-to-run.sh
where the stars represent the min, hour, day of month, month and day of week.
Comments powered by Disqus