cron

View cron for current user: crontab -l

Ways to specify a cronjob

You can place a shell script in one of the following directories:

You can place a crontab in /etc/cron.d

You can edit the user-level crontab using crontab -e

GOTCHAS

REFERENCES

CronHowto. Ubuntu Community Help Wiki. Cron HOWTO.

cron. Learn Chef. How to use chef to manage cronjobs.