What is cron on a Linux or Unix-like systems?
By cyberciti.biz last updated May 3, 2017 in CategoriesLinux, UNIX Can you explain what is Cron? Why do I need to cron service on a Linux, OS X, and Unix-like systems? Cron is UNIX/Linux/BSD service or daemon to execute commands or scripts at given time and date. It is also known as the clock daemon that executes commands at specified dates and times according to instructions in a file.[donotprint][/donotprint] Generally, crontab uses a daemon, crond, which runs constantly in the background and checks once a minute to see if any of the scheduled jobs need to be executed. If so, it executes them. These … Continue reading What is cron on a Linux or Unix-like systems?