<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Quick question: /sbin/usr vs. /usr/bin/sh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932474#M810341</link>
    <description>&lt;BR /&gt;/sbin/sh is staticly linked and therefore self contained. &lt;BR /&gt;&lt;BR /&gt;/usr/bin/sh is dynamically linked and relies upon shared libraries. &lt;BR /&gt;&lt;BR /&gt;developers should be fine with /usr/bin/sh. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 10 Oct 2005 09:50:48 GMT</pubDate>
    <dc:creator>Marvin Strong</dc:creator>
    <dc:date>2005-10-10T09:50:48Z</dc:date>
    <item>
      <title>Quick question: /sbin/usr vs. /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932471#M810338</link>
      <description>What  are or where can I get the differences between /sbin/sh and /usr/bin/sh.  &lt;BR /&gt;WHich is better to give developers and why?</description>
      <pubDate>Mon, 10 Oct 2005 09:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932471#M810338</guid>
      <dc:creator>Jim Tropiano_1</dc:creator>
      <dc:date>2005-10-10T09:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question: /sbin/usr vs. /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932472#M810339</link>
      <description>/usr/sbin/sh&lt;BR /&gt;&lt;BR /&gt;root uses /sbin/sh because /usr is not mounted in single user mode.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 10 Oct 2005 09:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932472#M810339</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-10-10T09:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question: /sbin/usr vs. /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932473#M810340</link>
      <description>The version of sh in /sbin is statically linked (it does not use shared libraries) and is there solely for root's use when the system in in single user mode and /usr is not mounted.&lt;BR /&gt;&lt;BR /&gt;Your developers should be using /usr/bin/sh.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 10 Oct 2005 09:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932473#M810340</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-10-10T09:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question: /sbin/usr vs. /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932474#M810341</link>
      <description>&lt;BR /&gt;/sbin/sh is staticly linked and therefore self contained. &lt;BR /&gt;&lt;BR /&gt;/usr/bin/sh is dynamically linked and relies upon shared libraries. &lt;BR /&gt;&lt;BR /&gt;developers should be fine with /usr/bin/sh. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2005 09:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932474#M810341</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2005-10-10T09:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question: /sbin/usr vs. /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932475#M810342</link>
      <description>/sbin/sh and /usr/bin/sh provide the same functionality.&lt;BR /&gt;&lt;BR /&gt;The major difference is that /sbin/sh is a statically linked file, which means that it does not need any of the libraries in /usr/lib.  /usr/bin/sh requires that the libraries in /usr/lib be available for it to use.&lt;BR /&gt;&lt;BR /&gt;The same is true for all executable in /sbin/.  They are all statically linked so that they can be used by the system before /usr is mounted.&lt;BR /&gt;&lt;BR /&gt;I would stick with /usr/bin/ for the developers.</description>
      <pubDate>Mon, 10 Oct 2005 09:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932475#M810342</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-10-10T09:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question: /sbin/usr vs. /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932476#M810343</link>
      <description>The standard shell -- and should be the shell for all users except root -- is /usr/bin/sh. Surprisingly, /usr/bin/sh and /sbin/sh are actually the same shell, POSIX with one important difference. The version is /sbin/sh is statically linked so that, for example, the shell commands to mount filesystems can be run before the shared libraries in /usr (which ain't mounted yet) are available. &lt;BR /&gt;&lt;BR /&gt;Because the /usr/bin/sh versions uses shared libraries (dynamically linked) and is thus more memory efficient, it should be the "standard" shell in all other cases.</description>
      <pubDate>Mon, 10 Oct 2005 09:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932476#M810343</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-10-10T09:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question: /sbin/usr vs. /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932477#M810344</link>
      <description>Thank You for the information.</description>
      <pubDate>Mon, 10 Oct 2005 10:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932477#M810344</guid>
      <dc:creator>Jim Tropiano_1</dc:creator>
      <dc:date>2005-10-10T10:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question: /sbin/usr vs. /usr/bin/sh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932478#M810345</link>
      <description>Thank YOU!!!</description>
      <pubDate>Mon, 10 Oct 2005 10:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-sbin-usr-vs-usr-bin-sh/m-p/4932478#M810345</guid>
      <dc:creator>Jim Tropiano_1</dc:creator>
      <dc:date>2005-10-10T10:00:42Z</dc:date>
    </item>
  </channel>
</rss>

