[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Cronjob -nomail



bernd <mailto:bernd@ulinx.de> 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




Reply to: