ksh in rc3.d startup script

Hi there ,

Can someone tell me whether ksh is available in rc3.d,ie will it work if i add an korn shell script in rc3.d when the system starts up ?

My current assignment has me on Solaris 8 but I suspect that with most UNIX variants by the time your system reaches run-level 3, the /usr file system has been mounted which is where /usr/bin/ksh would be located. With Solaris, there is actually a /bin/sh on the / file system which is used until overlayed by the aforementioned mount.

So, up to that point in the boot process, it is a question of function. Afterwards, it is a question of preference and style using any available shell.