1 # /var/cron/tabs/root - root's crontab for Vixie's cron 2 # 3 SHELL=/bin/sh 4 PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin 5 HOME=/var/log 6 # 7 #minute hour mday month wday command 8 # 9 #0/15 * * * * /usr/libexec/atrun 10 0 2 * * * sh /etc/daily 11 30 3 * * 6 sh /etc/weekly 12 30 5 1 * * sh /etc/monthly 13