<?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: su problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886993#M102111</link>
    <description>Thanks R-J&lt;BR /&gt;&lt;BR /&gt;Yours was &amp;amp; is still my favorite. Cast your spells wisely, my friend.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 21 Jan 2003 18:39:21 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-01-21T18:39:21Z</dc:date>
    <item>
      <title>su problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886986#M102104</link>
      <description>hi,&lt;BR /&gt;when I am writing su I am getting&lt;BR /&gt;&lt;BR /&gt;daphne:/mnt1/users/gniko&amp;gt;su -&lt;BR /&gt;Password: &lt;BR /&gt;setgroups: Not owner&lt;BR /&gt;setgroups: Not owner&lt;BR /&gt;su: Unable to initialize group access list</description>
      <pubDate>Tue, 21 Jan 2003 17:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886986#M102104</guid>
      <dc:creator>George Nikoloudis</dc:creator>
      <dc:date>2003-01-21T17:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: su problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886987#M102105</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First off check the owner and permissions of the su command (/usr/bin/su), it should be:-&lt;BR /&gt;-r-sr-xr-x   1 root       bin&lt;BR /&gt;&lt;BR /&gt;If it's not the above then (as root) run:&lt;BR /&gt;chown root:bin /usr/bin/su&lt;BR /&gt;chmod 4755 /usr/bin/su&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 21 Jan 2003 18:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886987#M102105</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-01-21T18:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: su problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886988#M102106</link>
      <description>Check the perms of /usr/bin/sh. &lt;BR /&gt;&lt;BR /&gt;# ll /usr/bin/su&lt;BR /&gt;-r-sr-xr-x   1 root       bin          24576 Nov 14  2000 /usr/bin/su*&lt;BR /&gt;&lt;BR /&gt;The suid-root is important!&lt;BR /&gt;&lt;BR /&gt;# chown root:bin /usr/bin/su&lt;BR /&gt;# chmod 4555 /usr/bin/su&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Tue, 21 Jan 2003 18:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886988#M102106</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-01-21T18:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: su problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886989#M102107</link>
      <description>Dietmar,&lt;BR /&gt;&lt;BR /&gt;correct if i'm wrong but think it shout be &lt;BR /&gt;&lt;BR /&gt;# chmod 4511 /usr/bin/su&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Tue, 21 Jan 2003 18:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886989#M102107</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-01-21T18:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: su problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886990#M102108</link>
      <description>I think that Dietmar is correct:&lt;BR /&gt;-&amp;gt; ls -l /usr/bin/su&lt;BR /&gt;-r-sr-xr-x   1 root       bin          24576 Aug  6  1998 /usr/bin/su&lt;BR /&gt;&lt;BR /&gt;4 for the setuid-root&lt;BR /&gt;5 for r-x owner&lt;BR /&gt;5 for r-x group&lt;BR /&gt;5 for r-x other&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2003 18:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886990#M102108</guid>
      <dc:creator>Ian Kidd_1</dc:creator>
      <dc:date>2003-01-21T18:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: su problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886991#M102109</link>
      <description>Hi Robert-Jan,&lt;BR /&gt;&lt;BR /&gt;Dietmar's correct /usr/bin/su is 4555.&lt;BR /&gt;Remember that to execute something, you have to be able to read it.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 21 Jan 2003 18:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886991#M102109</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-01-21T18:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: su problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886992#M102110</link>
      <description>Nice Hat Jeff,&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 21 Jan 2003 18:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886992#M102110</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-01-21T18:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: su problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886993#M102111</link>
      <description>Thanks R-J&lt;BR /&gt;&lt;BR /&gt;Yours was &amp;amp; is still my favorite. Cast your spells wisely, my friend.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 21 Jan 2003 18:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886993#M102111</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-01-21T18:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: su problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886994#M102112</link>
      <description>Thanks for the support and response.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jan 2003 08:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/su-problem/m-p/2886994#M102112</guid>
      <dc:creator>George Nikoloudis</dc:creator>
      <dc:date>2003-01-22T08:42:20Z</dc:date>
    </item>
  </channel>
</rss>

