<?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: What's the &amp;quot;S&amp;quot; in -rw-rwSr-- in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698118#M586702</link>
    <description>that sets the "sticky bit" with no execute permissions:&lt;BR /&gt;&lt;BR /&gt; chmod 2666 [filename]&lt;BR /&gt;&lt;BR /&gt;will produce that permissions mask. man 2 chmod for more information on what the sticky bit does.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
    <pubDate>Fri, 05 Apr 2002 16:37:32 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2002-04-05T16:37:32Z</dc:date>
    <item>
      <title>What's the "S" in -rw-rwSr--</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698113#M586697</link>
      <description>Files created/modified with asu put an "S" in the file properies such as -rw-rwSr-- &lt;BR /&gt;What is the "S" ?&lt;BR /&gt;&lt;BR /&gt;I exported a 10.20/asu file system to a 11.00/CIFS system.&lt;BR /&gt;&lt;BR /&gt;The web server on the 11.00 system can't open files (permission denied) that were on the 10.20 system "IF" they were touched by ASU (have "S" in the file properties) whats up with that?&lt;BR /&gt;&lt;BR /&gt;If I copy the file over, the webserver reads the file just fine.&lt;BR /&gt;&lt;BR /&gt;Masaki</description>
      <pubDate>Fri, 05 Apr 2002 16:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698113#M586697</guid>
      <dc:creator>Masaki Birchmier</dc:creator>
      <dc:date>2002-04-05T16:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: What's the "S" in -rw-rwSr--</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698114#M586698</link>
      <description>do a man on chmod:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# touch /tmp/stupidfile&lt;BR /&gt;# ls -l /tmp/stupidfile &lt;BR /&gt;-rw-rw-rw-   1 root       sys              0 Apr  5 11:13 /tmp/stupidfile&lt;BR /&gt;# chmod g+s /tmp/stupidfile&lt;BR /&gt;# ls -l /tmp/stupidfile    &lt;BR /&gt;-rw-rwSrw-   1 root       sys              0 Apr  5 11:13 /tmp/stupidfile&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 05 Apr 2002 16:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698114#M586698</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-05T16:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: What's the "S" in -rw-rwSr--</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698115#M586699</link>
      <description>"S" is the set group execution bit.&lt;BR /&gt;&lt;BR /&gt;man chmod&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Fri, 05 Apr 2002 16:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698115#M586699</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-04-05T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: What's the "S" in -rw-rwSr--</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698116#M586700</link>
      <description>Hi Masaki:&lt;BR /&gt;&lt;BR /&gt;"S" is an additional file permission paramter like 'rwx'. It is used to set-owner-ID-on-file-execution or set-group-ID-on-file-execution permission for who. Useful only if 'u' or 'g' is expressed or implied in who. In your case. the group-ID is set.&lt;BR /&gt;&lt;BR /&gt;# man chmod - for more details&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 05 Apr 2002 16:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698116#M586700</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-05T16:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: What's the "S" in -rw-rwSr--</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698117#M586701</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;s is for add or delete set-group-ID-on-file execution  . check out man page for chmod.&lt;BR /&gt;&lt;BR /&gt;john.</description>
      <pubDate>Fri, 05 Apr 2002 16:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698117#M586701</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-05T16:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: What's the "S" in -rw-rwSr--</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698118#M586702</link>
      <description>that sets the "sticky bit" with no execute permissions:&lt;BR /&gt;&lt;BR /&gt; chmod 2666 [filename]&lt;BR /&gt;&lt;BR /&gt;will produce that permissions mask. man 2 chmod for more information on what the sticky bit does.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Fri, 05 Apr 2002 16:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698118#M586702</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-04-05T16:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: What's the "S" in -rw-rwSr--</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698119#M586703</link>
      <description>If you're root and you chmod on a file, say ..&lt;BR /&gt;&lt;BR /&gt;# chmod 2444 fileA&lt;BR /&gt;==&amp;gt; fileA will be r--r-Sr--&lt;BR /&gt;&lt;BR /&gt;If you're regular user chmod on a file the user owned will show ..&lt;BR /&gt;&lt;BR /&gt;$ chmod 2444 fileB&lt;BR /&gt;==&amp;gt; fileB will be r--r-sr--&lt;BR /&gt;&lt;BR /&gt;Basically SGID is turned on, it means whoever runs that script will "effectively" run it as the group ownership of that script.</description>
      <pubDate>Fri, 05 Apr 2002 16:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698119#M586703</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-05T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: What's the "S" in -rw-rwSr--</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698120#M586704</link>
      <description>Hi Masaki,&lt;BR /&gt;&lt;BR /&gt;That's a "set-ID" - group set-ID in this case.&lt;BR /&gt;Means that whenever the file is executed the process will be owned by the group ID &lt;BR /&gt;Can only be cleared with a chmod g-s filename.&lt;BR /&gt;But it's been set for a reason - I wouldn't clear unless you know why you should.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 05 Apr 2002 16:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698120#M586704</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-05T16:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: What's the "S" in -rw-rwSr--</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698121#M586705</link>
      <description>From the "ls" man page:&lt;BR /&gt;&lt;BR /&gt;------s---     Execute/search by group; set group ID on execution&lt;BR /&gt;&lt;BR /&gt;------S---     No execute/search by group; set group ID on&lt;BR /&gt;&lt;BR /&gt;Intresting to note that OmniBack uses the group S to lock files during a backup to prevent there use.  A member of the group that owns the file cannot the execute/search it.  We had a backup fail which had the "lock files" option set and could not start an Oracle DB because this bit was set on one of the control files.   Took a bit of digging to find that one!&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Apr 2002 16:54:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-s-the-quot-s-quot-in-rw-rwsr/m-p/2698121#M586705</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-04-05T16:54:22Z</dc:date>
    </item>
  </channel>
</rss>

