On Tue, Aug 31, 2010 at 07:53:13AM -0700, Peter Steiner wrote:
> 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?
> 
> Peter
> -- 
> This message posted from opensolaris.org
> _______________________________________________
> opensolaris-help mailing list
> opensolaris-help@opensolaris.org

If your cronjob makes noise such as would happen with your echo statements,
cron will send you email with the output.

If you want the output to be captured in a log file, it is up to you to
write the cronjob to do that.

tom
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to