<?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 setuid file question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771744#M261389</link>
    <description>&lt;BR /&gt;If the file has the ownership of:&lt;BR /&gt;&lt;BR /&gt;-rwSr-----&lt;BR /&gt;&lt;BR /&gt;As far as I understand, that "S" means it's setuid, but what is the point of having setuid if nobody else can execute the file?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Apr 2006 15:48:50 GMT</pubDate>
    <dc:creator>dictum9</dc:creator>
    <dc:date>2006-04-13T15:48:50Z</dc:date>
    <item>
      <title>setuid file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771744#M261389</link>
      <description>&lt;BR /&gt;If the file has the ownership of:&lt;BR /&gt;&lt;BR /&gt;-rwSr-----&lt;BR /&gt;&lt;BR /&gt;As far as I understand, that "S" means it's setuid, but what is the point of having setuid if nobody else can execute the file?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Apr 2006 15:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771744#M261389</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-04-13T15:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: setuid file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771745#M261390</link>
      <description>Actually 'S' as opposed to 's' indicates that no execute bit is set so that this is not, if fact, an executable but a data file. ie. the mode of the file is 4640 rather than 4740. In this case because this is a data file rather than an executable, the setuid bit may be serving as a flag for the application as it has no significance in any other context.</description>
      <pubDate>Thu, 13 Apr 2006 16:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771745#M261390</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-13T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: setuid file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771746#M261391</link>
      <description>FYI- And if this is a directory it has a special meaning. If any user could create files under the directory the "S" specifies that only the owners of a file can delete them.&lt;BR /&gt; &lt;BR /&gt;Rod Hills</description>
      <pubDate>Thu, 13 Apr 2006 16:31:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771746#M261391</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2006-04-13T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: setuid file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771747#M261392</link>
      <description>Except that it's not a directory and a directory would be especially useless without the search bit enabled for the owner.</description>
      <pubDate>Thu, 13 Apr 2006 16:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771747#M261392</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-13T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: setuid file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771748#M261393</link>
      <description>Oh, and even if it were a directory, it's the "sticky" bit (octal 1000) that applies as opposed to the setuid bit (octal 4000). Sorry, Rodney.</description>
      <pubDate>Thu, 13 Apr 2006 16:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771748#M261393</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-13T16:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: setuid file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771749#M261394</link>
      <description>&amp;gt; the setuid bit may be serving as a flag for  the application &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What do you mean by that?</description>
      <pubDate>Fri, 14 Apr 2006 12:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771749#M261394</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2006-04-14T12:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: setuid file question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771750#M261395</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The suggetion that "...the setuid bit may be serving as a flag for the application..." derives from a discussion last month wherein it was noted that the SUID bit could serve as a marker for a data file instead of its normal use to confer access rights for an executable.  Follow the discussion here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1015500" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1015500&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Apr 2006 12:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setuid-file-question/m-p/3771750#M261395</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-14T12:42:16Z</dc:date>
    </item>
  </channel>
</rss>

