Crontab

효딩딩·2022년 10월 25일
0

crontab 이란?

  • 리눅스에서는 일반적으로 crons 데몬이 주기적인 작업 실행을 처리하며 cron이 시작될 때부터 끝날 때까지 실행되며 cron 설정 파일은 cron table을 줄여서 crontab이라 부르게 됩니다
  • Cron Deamon 은 주어진 일정에 따라 주기적으로 쉘 명령을 실행/서비스하는 기능
  • Cron은 정의된 시간표와 실행 될 내용을 보유하고 있는 crontab 구성 파일에 의해 구동
  • Cron을 이용하면, 반복해서 실행해야 할 작업들에 대한 일들에 대한 계획을 세워 실행할 수 있음
  • Cron 과 Shell 스크립트를 이용하면 단순한 하나의 시스템도 만들수 있음

  • 위 내용 처럼 crontab은 자유자재로 원하는 대로 설정할 수 있습니다. 별 다섯 개는 각각 분(0-59), 시간(0-23), 일(1-31), 월(1-12), 요일(0-7)을 나타냄

출처:
https://blog.naver.com/dulfla_5/222899081692
https://blog.naver.com/zacra/222496979835
https://blog.naver.com/kut_da_92/222678260803
https://blog.naver.com/ollala5276/222609508726


(영문 해석)

What is crontab?

  • The crontab is a list of commands that you want to run on a regular schedule, and also the name of the command used to manage that list.
  • Crontab stands for “cron table, ” because it uses the job scheduler cron to execute tasks; cron itself is named after “chronos, ” the Greek word for time.\
  • cron is the system process which will automatically perform tasks for you according to a set schedule.
  • The schedule is called the crontab, which is also the name of the program used to edit that schedule.

Source:
https://www.guru99.com/crontab-in-linux-with-examples.htmlS
https://www.techtarget.com/searchdatacenter/definition/crontab
https://www.geeksforgeeks.org/crontab-in-linux-with-examples/

profile
어제보다 나은 나의 코딩지식

0개의 댓글