Cron Access control files
/etc/cron.allow->list of user access submitting task
/etc/cron.deny->list of user deny submitting task
Cron tables
Cron daemon is suited for recurring task as it will use configuration files called cron tables.
It contains six fields. Five fields are times for running the command and the sixth field is the complete the path name to the shell script.