linux 예약실행해주는 crontab
os/Linux

linux 예약실행해주는 crontab

또 신기했던건 crontab이라는 건데 어떤 명령을 실행할지 예약할 수 있고 정말 쉽게 되어있다. crontab -e로 정하고 crontab -l로 제대로 설정 되었나 볼 수 있다. 진짜 유용하게 사용할 것 같다.

 

/etc/crontab 를 수정해서 어떤 명령어를 언제 실행할 지 예약할 수 있음. 최대 주기, 최소 분 단위로 선택 가능. shell이랑 조합하면 더 다양한 걸 할 수 있겠지.

 

https://crontab.guru/

 

Crontab.guru - The cron schedule expression editor

loading... Cron job failures can be disastrous! We created Cronitor because cron itself can't alert you if your jobs fail or never start. Cronitor is easy to integrate and provides you with instant alerts when things go wrong. Learn more about cron job mon

crontab.guru

이건 형식 입력 도와주는 사이트.

'os > Linux' 카테고리의 다른 글

zip 관련  (0) 2021.08.15
shell로 되는거  (0) 2021.07.21
date 사용법  (0) 2021.07.21