티스토리 뷰

IT/LINUX

리눅스 cron

김보야 2017. 10. 18. 19:18

 # ┌───── min (0 - 59)

 # │ ┌──── hour (0 - 23)

 # │ │ ┌─── day of month (1 - 31)

 # │ │ │ ┌── month (1 - 12)

 # │ │ │ │ ┌─ day of week (0 - 6) (0 to 6 are Sunday to Saturday, or use names; 7 is Sunday, the same as 0)

 # │ │ │ │ │

 # │ │ │ │ │

 # * * * * *  command to execute




매일 자정 이후 1분 째에 아파치 오류 로그를 삭제

1 0 * * *  printf > /var/log/apache/error_log


매일 20시에 export_dump.sh라는 셸 프로그램을 실행

0 20 * * * /home/oracle/scripts/export_dump.sh

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함