<?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: Sticky Bit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156502#M158528</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;rwxrwSr-- Means SUID bit is set for group. it is not sticky bit.&lt;BR /&gt;&lt;BR /&gt;Do #chmod 770 dirname&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Jan 2004 00:09:07 GMT</pubDate>
    <dc:creator>PVR</dc:creator>
    <dc:date>2004-01-06T00:09:07Z</dc:date>
    <item>
      <title>Sticky Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156497#M158523</link>
      <description>How do I get rid of the sticky bit on a directory with chmod?</description>
      <pubDate>Mon, 05 Jan 2004 14:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156497#M158523</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-01-05T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sticky Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156498#M158524</link>
      <description>chmod -t directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...GEoff</description>
      <pubDate>Mon, 05 Jan 2004 14:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156498#M158524</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-01-05T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sticky Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156499#M158525</link>
      <description>Actually I have a directory that is&lt;BR /&gt;rwxrwSr--&lt;BR /&gt;&lt;BR /&gt;and I want it to be&lt;BR /&gt;&lt;BR /&gt;rwxrwx---</description>
      <pubDate>Mon, 05 Jan 2004 14:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156499#M158525</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-01-05T14:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sticky Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156500#M158526</link>
      <description>rwxrwSr--&lt;BR /&gt;&lt;BR /&gt;and I want it to be&lt;BR /&gt;&lt;BR /&gt;rwxrwx--- &lt;BR /&gt;&lt;BR /&gt;Do chmod 774 file_name</description>
      <pubDate>Mon, 05 Jan 2004 14:36:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156500#M158526</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-01-05T14:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sticky Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156501#M158527</link>
      <description># chmod 770 dir_name</description>
      <pubDate>Mon, 05 Jan 2004 14:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156501#M158527</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2004-01-05T14:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sticky Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156502#M158528</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;rwxrwSr-- Means SUID bit is set for group. it is not sticky bit.&lt;BR /&gt;&lt;BR /&gt;Do #chmod 770 dirname&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2004 00:09:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156502#M158528</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-01-06T00:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sticky Bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156503#M158529</link>
      <description>The capital 'S' implies that the real mode of your directory is 2764: rwx for owner, rw and sgid on group and readable to world.&lt;BR /&gt;&lt;BR /&gt;A sgid on a directory results in files created there will be automatically of the group of the directory.&lt;BR /&gt;&lt;BR /&gt;To remove a sgid bit on the directory, you can do:&lt;BR /&gt;chmod g-s &lt;DIRNAME&gt;&lt;BR /&gt;&lt;BR /&gt;This will not result in the drwxrwxr-- mode you want in this case (because the 'S' is upper and not lower case).&lt;/DIRNAME&gt;</description>
      <pubDate>Tue, 06 Jan 2004 01:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3156503#M158529</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-01-06T01:18:25Z</dc:date>
    </item>
  </channel>
</rss>

