Cron allows tasks to be automatically run on a schedule by the cron daemon. Crontab is the file that contains the schedule of cron jobs and the times they should run. It uses a syntax of five fields to specify day, date, time, and the command to run. Crontab commands like crontab -e can be used to edit the crontab file. The crontab file example provided removes tmp files from a directory each day at 6:30pm as an example job schedule.