내가 이해하기에 이것은 기본 구성입니다 /etc/crontab
:
# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
이러한 특정 시간이 기본 항목으로 선택된 이유는 무엇입니까?
처음에는 시스템로드를 균일하게하기 위해 설치시 다소 무작위 적이라고 가정했지만 정확하지 않은 것 같습니다.