Vinzenz: Was passiert eigentlich...

Beitrag lesen

Hallo

...wenn ich ein Script, welches Ausgaben an einen Browser schickt, per Cron-Job auf einem Server starte? Wo gehen diese Ausgaben dann hin?

<cite src="man cron">
When executing commands, any output is mailed to the owner of the crontab  (or  to the  user  named  in the MAILTO environment variable in the crontab, if such exists).
</cite>

Hab's aber nicht probiert. Bisher habe ich ggf. Output an eine Datei angehängt, an /dev/null geschickt, bzw. Output vermieden.

Gruss,

Vinzenz