cron
The cron
command-line utility is a job scheduler on Unix-like operating systems. Users who set up and maintain software environments use cron to schedule jobs (commands or shell scripts), also known as cron jobs, to run periodically at fixed times, dates, or intervals. It typically automates system maintenance or administration—though its general-purpose nature makes it useful for things like downloading files from the Internet and downloading email at regular intervals.
Example usage of cron utility | |
Developer(s) | AT&T Bell Laboratories |
---|---|
Initial release | May 1975 |
Written in | C |
Operating system | Unix and Unix-like, Plan 9, Inferno |
Type | Job scheduler |
Cron is most suitable for scheduling repetitive tasks. Scheduling one-time tasks can be accomplished using the associated at utility.
Cron's name originates from Chronos, the Greek word for time.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.