William James wrote: > On 3/6/07, Darren J Moffat <[EMAIL PROTECTED]> wrote: > > William James wrote: [snip] > > /sbin/sh (and its links /bin/sh and /usr/bin/sh) > > /bin/ksh > > > > So what are the other three shells used during boot ? > > /sbin/sh <statically linked (yuk)
Solaris no longer uses statically-linked binaries (this includes /sbin/sh ; /usr/bin/sh etc. are now softlinks to /sbin/sh), instead the libraries needed by applications from the root filesystem are stored in /lib (and matching softlinks from /usr/lib/ to /lib/ are placed in /usr/lib/ if backwards-compatibilty is needed). ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;) _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
