The name 'cron' typically refers to 'scheduled task' or 'timed task' in computing, originating from the Greek word chronos meaning time. It's widely used in Unix and Unix-like operating systems, such as Linux, to automatically execute pre-planned jobs at specific times. Users can set these tasks, like backing up files or running maintenance scripts, by editing the crontab file.