Steven Sim wrote:
Gurus;

It has been my impression for some time now that any scripts written to be CRONned has to be sh shell scripts, like so;
...

This is because the CRON daemon simply shells the scripts using sh and does not actually fork a seperate shell script process to run the script.

Am I mistaken??

Why not read the source and find out ?

http://cvs.opensolaris.org/source/xref/on/usr/src/cmd/cron/cron.c#1926

--
Darren J Moffat
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to