In meiner /etc/crontab
Datei habe ich:
# 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 )
#
Ich weiß, was dies in der Praxis bewirkt, aber ich verstehe die Befehlszeilen nicht.
Mann "Test" hilft überhaupt nicht:
test - check file types and compare values
Jede Hilfe wäre sehr dankbar