| Cron is the name of program that enables unix users to execute commands or scripts (groups of commands) automatically at a specified time/date. It is normally used for sys admin commands, like makewhatis, which builds a search database for the man -k command, or for running a backup script, but can be used for anything. A common use for it today is connecting to the internet and downloading your email. The following resource explains cron : http://www.unixgeeks.org/security/newbie/unix/cron-1.html
|
Add to Favourites
Print this Article
|