SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=
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
위와 같이 되어 있는데,
22 4 * * 0 root run-parts /etc/cron.weekly 이것을 수행하다가
시스템이 죽어 버립니다.
위의 뜻이 무엇인지요??