Re: Difference between /sbin/sh and /usr/bin/sh

From: Frank Slootweg (this_at_ddress.is.invalid)
Date: 10/25/03

  • Next message: Frank Slootweg: "Re: system hangs (busy / wait) on "Recover editor crash files" during HP-UX start-up."
    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.


  • Next message: Frank Slootweg: "Re: system hangs (busy / wait) on "Recover editor crash files" during HP-UX start-up."