Hallo!
Habe in die Pozedur in den cronjob eingtragen, leider läuft der nicht und
macht auch keine log Datei.
Wenn ich es per Hand starte, läuft es, aber nicht unter cronjob. Hier der
Auszug:
************************snip****************************
#!/bin/sh
cd /home/user/logfiles
{
echo "Erstelle eine Log Datei"
} 2>&1 >> test.$(date +%Y%m%d).log
************************snip****************************
Wo ist das was falsch? Warum läuft es nicht unter cronjob?
Greetz
-- NEU : GMX Internet.FreeDSL Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/dsl To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 27 May 2004 - 16:59:13 CEST