크론 (cron)
technicalEmbed This Widget
Add the script tag and a data attribute to embed this widget.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<div data-timefyi="glossary" data-slug="cron"></div>
Embed via iframe for maximum compatibility.
<iframe src="https://timefyi.com/iframe/glossary/cron/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://timefyi.com/glossary/cron/
Add a dynamic SVG badge to your README or docs.
[](https://timefyi.com/glossary/cron/)
Use the native HTML custom element.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<timefyi-glossary slug="cron"></timefyi-glossary>
정의
다섯 개 필드(분, 시, 일, 월, 요일)의 표현식으로 지정된 시간에 명령을 실행하는 Unix/Linux 작업 스케줄러입니다. 예: '0 9 * * 1'은 매주 월요일 오전 9시에 실행합니다.