May 1, 2002 #1 joephilip MIS Apr 29, 2002 41 US When I looked at the /etc/passwd on Solaris (Sun OS 5.5.1), their shell is set to /sbin/sh. When I do "which sh", I get /usr/bin/sh. So, why is set to /sbin/sh Thanks, Joani Tamminen
When I looked at the /etc/passwd on Solaris (Sun OS 5.5.1), their shell is set to /sbin/sh. When I do "which sh", I get /usr/bin/sh. So, why is set to /sbin/sh Thanks, Joani Tamminen
May 1, 2002 #2 Guest_imported New member Jan 1, 1970 0 For user "root" the login shell is /sbin/sh and for other users it is /bin/sh or as you define in the profile file for the user. YSaini Upvote 0 Downvote
For user "root" the login shell is /sbin/sh and for other users it is /bin/sh or as you define in the profile file for the user. YSaini
May 2, 2002 #3 dobbyn Programmer Jan 23, 2002 120 US /sbin/sh is statically linked so that /usr (i.e /usr/lib) does not have to be mounted for it to run everything. Upvote 0 Downvote
/sbin/sh is statically linked so that /usr (i.e /usr/lib) does not have to be mounted for it to run everything.