feedback

Tag Archives: crontab

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 openYou can’t have great software without a great team, and most software teams behave like dysfunctional families.quote end
by Jim McCarthy

Tag cloud