feedback

Tag Archives: scheduling

Scheduling programs using crontab

Calendar

(Picture from meds.queensu.ca)

Every Linux has two commands for scheduling: at and cron. Programs scheduled by command at will be executed once at a defined time. With crontab it’s possible to define a command that will be executed periodically.
To make sure you can use crontab, check if there is /etc/cron.allow file and if it exists check for your username there. If you use a Debian based Linux you don’t need to worry, you may use it by default.

Random Quote

quote openMost of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris.quote end
by Larry Wall

Tag cloud