Hi all, I had started a cron job where I tried to rsync from a server.
cronjob : 7 * * * * /usr/bin/rsync -a pkg.opensolaris.org::osol_dev_files /export/pkg/file In the /var/cron/log file I am seeing rc=10 in front of the PID of the cron jobs <snip> > CMD: /usr/bin/rsync -a pkg.opensolaris.org::osol_dev_files /export/pkg/file > root 2928 c Fri Dec 12 20:07:00 2008 > CMD: /usr/bin/rsync -a pkg.opensolaris.org::osol_dev_files /export/pkg/file > root 2942 c Fri Dec 12 20:08:00 2008 < root 2928 c Fri Dec 12 20:10:45 2008 rc=10 < root 2942 c Fri Dec 12 20:11:45 2008 rc=10 </snip> RC I suppose is return code . what it means in case of crontab ?? whether the job was failure ?? Thanks -- This message posted from opensolaris.org