at and crontab - scheduling commands
Ref: http://faculty.salina.k-state.edu/tim/unix_sg/advanced/schedule.html
You may want to schedule some programs to run at later time (at) or want them to run on a regular, repeating schedule (crontab).
Unix has a facility for running scheduled tasks called cron, but users do run cron directly. It is always running in the background to run scheduled commands at the appropriate times. We call system programs, such as cron, that run in the backgroud daemons.
The programs that users use to schedule programs are crontab and at.
at
at understands noon, midnight, teatime (4PM), tomorrow (10AM), now + 1 hour, 4pm + 3 days, etc. (more examples here)
crontab
Last updated