<?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: file charater  s.S.t.T in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596191#M232162</link>
    <description>---s------     Execute/search by owner; set user ID on execution&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is the above line can work as the following lines?&lt;BR /&gt;&lt;BR /&gt;chmod 500  test&lt;BR /&gt;&lt;BR /&gt;ls -al test&lt;BR /&gt;-r-x------  ....   test&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Aug 2005 02:00:07 GMT</pubDate>
    <dc:creator>singvey</dc:creator>
    <dc:date>2005-08-04T02:00:07Z</dc:date>
    <item>
      <title>file charater  s.S.t.T</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596188#M232159</link>
      <description>thanks:&lt;BR /&gt;&lt;BR /&gt;1.why should we need the file bit :s/S/t/T??&lt;BR /&gt;2.what is function of them?&lt;BR /&gt;3.How to set bit : s/S/t/T&lt;BR /&gt;&lt;BR /&gt;when I see command manual , I did not understand all about them.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Aug 2005 20:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596188#M232159</guid>
      <dc:creator>singvey</dc:creator>
      <dc:date>2005-08-03T20:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: file charater  s.S.t.T</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596189#M232160</link>
      <description>The file mode bits sStT are for special purposes. The sS bits are used for setuid and setgid programs. When one of these bits are set (and the file is an executable), the executable runs as if belongs to the user or group. This absolutely require for progams like passwd which everyone must be able to run but the program must have root priviliges to write to the password file.&lt;BR /&gt; &lt;BR /&gt;The T bits are called sticky bits but the only practical use is to set them on directories where everyone has permission to remove or rename everything (such as /tmp) but you don't want anyone but the owner to remove or rename the files or directories.&lt;BR /&gt; &lt;BR /&gt;A good book on Unix will help with the details.</description>
      <pubDate>Wed, 03 Aug 2005 21:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596189#M232160</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-03T21:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: file charater  s.S.t.T</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596190#M232161</link>
      <description>Oh, how to set them: add 1000, 2000 or 4000 to the mode number to set them as in:&lt;BR /&gt; &lt;BR /&gt;chmod 1777 /tmp&lt;BR /&gt;ll -d /tmp&lt;BR /&gt; &lt;BR /&gt;You can also use the symbolic (rather than numeric) method too. man chmod</description>
      <pubDate>Wed, 03 Aug 2005 21:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596190#M232161</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-03T21:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: file charater  s.S.t.T</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596191#M232162</link>
      <description>---s------     Execute/search by owner; set user ID on execution&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is the above line can work as the following lines?&lt;BR /&gt;&lt;BR /&gt;chmod 500  test&lt;BR /&gt;&lt;BR /&gt;ls -al test&lt;BR /&gt;-r-x------  ....   test&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2005 02:00:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596191#M232162</guid>
      <dc:creator>singvey</dc:creator>
      <dc:date>2005-08-04T02:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: file charater  s.S.t.T</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596192#M232163</link>
      <description>The effect of set-group-ID in directories is:&lt;BR /&gt;&lt;BR /&gt;In a directory which has the set-group-ID bit set (reflected&lt;BR /&gt;     as either -----s--- or -----l--- in the output of 'ls -ld'),&lt;BR /&gt;     files and subdirectories are created with  the  group-ID  of&lt;BR /&gt;     the parent directory-not that of current process.</description>
      <pubDate>Thu, 04 Aug 2005 02:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-charater-s-s-t-t/m-p/3596192#M232163</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2005-08-04T02:08:28Z</dc:date>
    </item>
  </channel>
</rss>

