Ik heb vandaag webalizer geinstaleerd en die wil ik graag om de tien minuten laten verversen, Dus dit staat in mijn /var/spool/cron/crontabs/root:
Ik heb de crond gestart:
Maar hij ververst niet het lijkt wel of crond helemaal niks doet.
code:
1
2
3
4
5
6
7
8
9
10
11
12
| 10 * * * * /usr/local/bin/webalizer 47 * * * * /usr/bin/run-parts /etc/cron.hourly 1> /dev/null # # Run daily cron jobs at 4:40 every day: 40 4 * * * /usr/bin/run-parts /etc/cron.daily 1> /dev/null # # Run weekly cron jobs at 4:30 on the first day of the week: 30 4 * * 0 /usr/bin/run-parts /etc/cron.weekly 1> /dev/null # # Run monthly cron jobs at 4:20 on the first day of the month: 20 4 1 * * /usr/bin/run-parts /etc/cron.monthly 1> /dev/null |
Ik heb de crond gestart:
code:
1
| 19840 ? S 0:00 /usr/sbin/crond |
Maar hij ververst niet het lijkt wel of crond helemaal niks doet.