Here are some basic concepts on how to set cron jobs in Ubuntu 12.04. 1. The crontab The crontab is the file that contain entries for each scheduled job, more information at Ubuntu’s Cron How To. In order to edit the current user’s crontab use: To edit the root’s crontab: In this case we will …