<?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: Set uid in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786374#M78528</link>
    <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;For more explanation, an eg: to try:&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# touch test&lt;BR /&gt;# ls -al test&lt;BR /&gt;-rw-rw-rw- ....test&lt;BR /&gt;# chmod 4666 test&lt;BR /&gt;# ls -al test&lt;BR /&gt;-rwSrw-rw-&lt;BR /&gt;# chmod 4766 test&lt;BR /&gt;# ls -al test&lt;BR /&gt;-rwsrw-rw-&lt;BR /&gt;&lt;BR /&gt;Look at the difference between both 'ls' commands&lt;BR /&gt;&lt;BR /&gt;hth,</description>
    <pubDate>Wed, 14 Aug 2002 19:47:41 GMT</pubDate>
    <dc:creator>Sajid_1</dc:creator>
    <dc:date>2002-08-14T19:47:41Z</dc:date>
    <item>
      <title>Set uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786371#M78525</link>
      <description>Hi Team:&lt;BR /&gt;&lt;BR /&gt; I need to change the permission on a binary from&lt;BR /&gt;---S--S--x  sproot&lt;BR /&gt;to s (small s). I think there is a difference between the S ans s in setuid and setgid. Can someone help here to understand the difference and also suggest the method to change the permission to may be ---s--s--x. Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Brian.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 19:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786371#M78525</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2002-08-14T19:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786372#M78526</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;there is actually no difference in the setguid and setuid values. The difference in S and s is the 'x' value. If you have both 'x' (x in 'rwx') and 'S' is set, then when you display, it will list as - 's'. If only 'S' is set without 'x', then it will display 'S'.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 14 Aug 2002 19:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786372#M78526</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-14T19:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786373#M78527</link>
      <description>The "x", executable bit determines whether "S" or "s" will be display. Take for example.&lt;BR /&gt;# touch fileA&lt;BR /&gt;# chmod 6001 fileA&lt;BR /&gt;==&amp;gt; That gives ---S--S--x&lt;BR /&gt;# chmod 6111 fileA&lt;BR /&gt;==&amp;gt; That gives ---s--s--x</description>
      <pubDate>Wed, 14 Aug 2002 19:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786373#M78527</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-08-14T19:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786374#M78528</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;For more explanation, an eg: to try:&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# touch test&lt;BR /&gt;# ls -al test&lt;BR /&gt;-rw-rw-rw- ....test&lt;BR /&gt;# chmod 4666 test&lt;BR /&gt;# ls -al test&lt;BR /&gt;-rwSrw-rw-&lt;BR /&gt;# chmod 4766 test&lt;BR /&gt;# ls -al test&lt;BR /&gt;-rwsrw-rw-&lt;BR /&gt;&lt;BR /&gt;Look at the difference between both 'ls' commands&lt;BR /&gt;&lt;BR /&gt;hth,</description>
      <pubDate>Wed, 14 Aug 2002 19:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786374#M78528</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-14T19:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set uid</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786375#M78529</link>
      <description>chmod 6111  will set the permissions to --s--s--x  which means that the execute and the setuid bits are both set on owner and group.&lt;BR /&gt;&lt;BR /&gt;The upper case "S" is the setuid bit without execute permissions, and the lower case "s" with the setuid bit with execute permissions.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Wed, 14 Aug 2002 19:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-uid/m-p/2786375#M78529</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-08-14T19:49:04Z</dc:date>
    </item>
  </channel>
</rss>

