Hallo
Ich möchte dass cron den folgenden Lynx-Befehl periodisch ausführt:
lynx -source -auth=USERNAMEW 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.meinewebseite.com' >> /var/log/cronlogs.txt
Wenn ich die Zeile in der Konsole eingebe funktioniert alles bestens.
Crontab ist wie folgt aufgebaut:
#minute hour mday month wday who command
*/1 * * * * root /opt/bin/lynx -source -auth=USERNAMEW 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.meinewebseite.com' >> /var/log/cronlogs.txt
*/1 * * * * root date >> /volume1/test.txt
mit dem 2. Eintrag stelle ich sicher dass der crond auf läuft...
Kann mir da jemand weiterhelfen?
Ich möchte dass cron den folgenden Lynx-Befehl periodisch ausführt:
lynx -source -auth=USERNAMEW 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.meinewebseite.com' >> /var/log/cronlogs.txt
Wenn ich die Zeile in der Konsole eingebe funktioniert alles bestens.
Crontab ist wie folgt aufgebaut:
#minute hour mday month wday who command
*/1 * * * * root /opt/bin/lynx -source -auth=USERNAMEW 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.meinewebseite.com' >> /var/log/cronlogs.txt
*/1 * * * * root date >> /volume1/test.txt
mit dem 2. Eintrag stelle ich sicher dass der crond auf läuft...
Kann mir da jemand weiterhelfen?