본문 바로가기

Programming/Linux

[CentOS] cron

https://mpjamong.tistory.com/42

 

[CentOS 8] 작업 예약 스케줄러 (cron, at)

리눅스 시스템 작업 진행시 배치잡 또는 예약된 작업을 스케줄로 관리가 필요한 상황(백업, 정기적인 작업)이 있습니다. 이때 cron과 at을 이용하여 예약된 작업을 등록하고 실행을 하게 됩니다.

mpjamong.tistory.com

  • 경로: /etc
  • cron 설정 파일 : cat crontab
  • cron 관련 디렉터리 :  /etc/cron.hourly, /etc/cron.daily, /etc/cron.weekly, /etc/cron.monthly
  • crontab 등록 : crontab -e
  • crontab 리스트 확인 : crontab -l

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

[CentOS] Alias  (0) 2021.07.23
[CentOS] FIND 명령어  (0) 2021.07.23
grep 사용 명령어  (0) 2021.07.23
cat 명령어 모음  (0) 2021.07.23
[Linux] 리눅스 명령어  (0) 2021.07.05