<?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/3395286#M199884</link>
    <description>Slight correction to Theirry's statements... S and T are displayed if the corresponding execute bit isn't set. s and t display if the corresponding execute bit is set.</description>
    <pubDate>Thu, 07 Oct 2004 08:18:58 GMT</pubDate>
    <dc:creator>Jeff_Traigle</dc:creator>
    <dc:date>2004-10-07T08:18:58Z</dc:date>
    <item>
      <title>sticky bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395280#M199878</link>
      <description>Need to change file permissions from:&lt;BR /&gt;&lt;BR /&gt;drwxrwSr-x   2 test  test 96 Mar  4  2004 test&lt;BR /&gt;&lt;BR /&gt;to &lt;BR /&gt;&lt;BR /&gt;drwxrwsr-x</description>
      <pubDate>Thu, 07 Oct 2004 05:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395280#M199878</guid>
      <dc:creator>N.D</dc:creator>
      <dc:date>2004-10-07T05:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: sticky bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395281#M199879</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;#chmod g+s test</description>
      <pubDate>Thu, 07 Oct 2004 05:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395281#M199879</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-10-07T05:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: sticky bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395282#M199880</link>
      <description>Hi,&lt;BR /&gt;By the way, "S" is not a sticky, sticky bit is repesented by "t" in the permissions field of a file.&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 07 Oct 2004 05:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395282#M199880</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-10-07T05:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: sticky bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395283#M199881</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;"t" comes only if file is linked</description>
      <pubDate>Thu, 07 Oct 2004 05:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395283#M199881</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-10-07T05:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: sticky bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395284#M199882</link>
      <description>correct,&lt;BR /&gt; &lt;BR /&gt;S in first rwS is SETUID, small "s" if execute permission is not granted&lt;BR /&gt;S in second rwS is SETGID, small "s" if execute permission is not granted&lt;BR /&gt;t in last rwt is sticky bit&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Thu, 07 Oct 2004 05:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395284#M199882</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-10-07T05:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: sticky bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395285#M199883</link>
      <description>You can know sticky bit informations there in chmod man page.&lt;BR /&gt;&lt;BR /&gt;4000  (= u=s)  Set user ID on file execution (file only)&lt;BR /&gt;    2000  (= g=s)  Set group ID on file execution (file only)&lt;BR /&gt;    1000  (= u=t)  Set sticky bit&lt;BR /&gt;&lt;BR /&gt;To change to stikcy bit use as,&lt;BR /&gt;&lt;BR /&gt; chmod 1775 test&lt;BR /&gt;&lt;BR /&gt;We are using sticky bit so that,&lt;BR /&gt;&lt;BR /&gt;  specific file can be renamed / deleted by that owner there.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Muthu.</description>
      <pubDate>Thu, 07 Oct 2004 06:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395285#M199883</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-07T06:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: sticky bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395286#M199884</link>
      <description>Slight correction to Theirry's statements... S and T are displayed if the corresponding execute bit isn't set. s and t display if the corresponding execute bit is set.</description>
      <pubDate>Thu, 07 Oct 2004 08:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395286#M199884</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-10-07T08:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: sticky bit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395287#M199885</link>
      <description>aaaaargghh,&lt;BR /&gt; &lt;BR /&gt;I stand corrected.  It seems I mixed things up :(&lt;BR /&gt; &lt;BR /&gt;rw-  + chmod u+s  = rwS&lt;BR /&gt;rwx  + chmod u+s  = rws&lt;BR /&gt; &lt;BR /&gt;sorry  &lt;BLUSH&gt;&lt;BR /&gt; &lt;BR /&gt;can someone assign negative points to me ;-)&lt;/BLUSH&gt;</description>
      <pubDate>Thu, 07 Oct 2004 15:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sticky-bit/m-p/3395287#M199885</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-10-07T15:40:47Z</dc:date>
    </item>
  </channel>
</rss>

