crontab : Bitte um Korrekturlesung

Stefan Pump lug at pumpnet.de
Thu Nov 7 18:35:02 CET 2002


liebe Liste,

kurze frage:
ich möchte cronjobs regelmäßig ausführen.
dazu habe ich mir Scripte gebastelt, die ich per cronjob aufrufen will.

mir geht es darum, ob ich die Einträge so richtig gesetzt habe.

jeden Tag um 0:14 ausführen:
-14   0 * * *     test -x scriptdaily.sh && scriptdaily.sh &

an jedem 1. im Monat um 0:07 Uhr ausführen:
-7    0 1 * *      test -x scriptmonthly.sh && scriptmonthly.sh &

jedes Jahr am 01.01. um 0:01 Uhr ausführen:
-1    0 1 1 *      test -x scriptyearly.sh && scriptyearly.sh &

Vielen Dank,
Stefan
--
_________________________

http://www.jsp-web.de
http://www.weinhandel-kappus.de
http://www.pumpnet.de
http://www.jspweb.dyndns.org



More information about the Linux mailing list