> Assume I start in a cronjob a batch script for user
> karl123.
> This batch script contains some 
> 
> Echo "....."
> 
> statements.
> 
> Where does this output go?
> I assume its a log file. Which logfile exactly?

Quoting from http://docs.sun.com/app/docs/doc/816-5166/cron-1m?l=en&a=view

>cron captures the output of the job's stdout and stderr  streams, and, if it is
>not empty, mails the output to the user. If the job does not produce output,
>no mail is sent to the user. An exception is if the job is an at(1) job and
>the -m option was specified when the job was submitted.
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to