cron(8)
NAME
cron − clock daemon
SYNTAX
/etc/cron
DESCRIPTION
The cron command executes commands at specified dates and times according to the instructions in the file /usr/lib/crontab. Since cron never exits, it should only be executed once. This is best done by running cron from the initialization process through the file /etc/rc. For further information, see init() and crontab(.).
The crontab file is examined by cron every minute.
FILES
/usr/lib/crontab
SEE ALSO
crontab(5), init(8)
Guide to System Environment Setup
Maintenance