bernd <mailto:[EMAIL PROTECTED]> schrieb:
> Jo habe mir die man angeschaut!!!! > aber ich bin noch neu auf dem Gebiet, meine Crontab > > -------> Schnipp schnipp > > */1 * * * * root /xtra/script/ppptest.sh > > wie leitet man die Ausgabe nach dev/null? > > in der crontab > > */1 * * * * root /xtra/script/ppptest.sh | /dev/null > > so etwa? > > gruss bernd > So �hnlich ;) */1 * * * * root /xtra/script/ppptest.sh > /dev/null 2>&1 Gru�, Chris a.k.a. Anti-Gulu -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

