Scheduling tasks with cron
Tuesday, June 29th, 2004Cron is used to automate periodic tasks. You can simply copy scripts in cron directories under /etc/cron.hourly, daily, weekly or monthly to run it at these specific intervals.
If you need finer control, as a user you can run cronstab -e which allows you to edit your own configuration file using vi. This [...]