The Cron application was designed to be a small tool that scans the file CRONTAB every minute and checks every line if the specified time/date information matches the current time / date. If they are equal, the command line specified will be executed. A log file (cron.log) with the executed commands is written to the current directory.