Re: Difference between /sbin/sh and /usr/bin/sh
From: Frank Slootweg (this_at_ddress.is.invalid)
Date: 10/25/03
- Previous message: Mike Shapp: "Difference between /sbin/sh and /usr/bin/sh"
- In reply to: Mike Shapp: "Difference between /sbin/sh and /usr/bin/sh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Oct 2003 15:36:35 GMT
Mike Shapp <mikeshapp@yahoo.com> wrote:
> Under HPUX 10.20 and higher, is there a difference between /sbin/sh and
> /usr/bin/sh or are they the same?
/sbin/sh is statically linked (i.e. no shared libraries) so that it
can run without /usr mounted, and has no local language support. root
*MUST* have /sbin/sh as hir shell.
/usr/bin/sh is dynamically linked (i.e. uses shared libraries), and
has local language support. /usr/bin/sh is the/a shell for mortals.
- Previous message: Mike Shapp: "Difference between /sbin/sh and /usr/bin/sh"
- In reply to: Mike Shapp: "Difference between /sbin/sh and /usr/bin/sh"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]