diff --git a/docs/Public/Tech/Software/Operating Systems/cronjob.md b/docs/Public/Tech/Software/Operating Systems/cronjob.md new file mode 100644 index 000000000..ba3dde2c4 --- /dev/null +++ b/docs/Public/Tech/Software/Operating Systems/cronjob.md @@ -0,0 +1,5 @@ +A *cronjob* refers to the `cron` command-line utility, a [[job-scheduler]] on [[Unix]] operating systems ([[operating system]]) - it runs scripts ([[script]]) at fixed times or intervals. [^1] + +`cron` comes from Chronos, the Greek word for time. + +[^1]: https://en.wikipedia.org/wiki/Cron \ No newline at end of file