"/etc/crontab"의 두 판 사이의 차이

(새 문서: ;/etc/crontab ==1.10-30 기본값== *crontabs-1.10-30.fc11.noarch <source lang='bash'> SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ # For details see man 4 ...)
 
35번째 줄: 35번째 줄:
42 4 1 * * root run-parts /etc/cron.monthly
42 4 1 * * root run-parts /etc/cron.monthly
</source>
</source>
==같이 보기==
*[[cron]]


[[분류: /etc]]
[[분류: /etc]]

2012년 8월 14일 (화) 14:34 판

/etc/crontab

1 1.10-30 기본값

  • crontabs-1.10-30.fc11.noarch
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# For details see man 4 crontabs

# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  *  command to be executed

2 1.10-8 기본값

  • crontabs-1.10-8
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}