Unix/Linux cron jobs, a very useful tool
Posted by david on October 16, 2008
0 comments
Sometimes we need to implement certain processes periodically, but we want these processes to run automatically. In these cases what can we do? simple… cronjobs. What are cronjobs? cron is a time-based scheduling service in Unix-like computer operating systems. ‘cron’ is short for ‘chronograph’, cron is driven by a crontab, a configuration file that specifies [...]
