Skip to content

Commit

Permalink
cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
jzkyu committed Dec 3, 2024
1 parent 8d3a3cf commit 21eafc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Public/Tech/Software/Operating Systems/cronjob.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 21eafc7

Please sign in to comment.