cron

"cron" is also a: user

created by WWWWolf
(thing) by WWWWolf (1.5 y) (print)   (I like it!) Mon Jan 08 2001 at 20:37:01

Cron is a daemon in *NIX systems that take care of scheduled execution of programs. It is used mainly to automate administration tasks.

Cron reads a file called crontab, and decides what jobs need to be run and at what time.

Traditionally there was only one crontab, kept as /etc/crontab (or something similiar); in case of Vixie Cron, popular version of Cron that is used in Linux and other systems, there is a more elegant approach of using crontab pools where each user can add their own jobs with "crontab -e" command, without the need for root user to edit crontab.

Not to be confused with Crom. See cron jobs, crontab file format

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.