<?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: chmod +t in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760840#M72371</link>
    <description>Hi,&lt;BR /&gt;sorry , it saves text in swap space. This is&lt;BR /&gt;what I learnt , the sticky bit on a file tells the operating system that the file will be executed frequently. Files like this are kept in swap space even when they aren't being executed. Although this takes up swap space it greatly reduces the time it takes to execute the program. Programs such as vi have the sticky bit turned on by default.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Jul 2002 09:56:43 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-07-10T09:56:43Z</dc:date>
    <item>
      <title>chmod +t</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760836#M72367</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Does chmod +t (save text in memory)on all the executables of a application , increase the Performance of that application ?.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 10 Jul 2002 09:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760836#M72367</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-07-10T09:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: chmod +t</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760837#M72368</link>
      <description>Text in memory?&lt;BR /&gt;I would presume that's something to do with chatr.&lt;BR /&gt;The +t of chmod is the sticky bit permission bit.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jul 2002 09:40:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760837#M72368</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-07-10T09:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: chmod +t</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760838#M72369</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes, setting the sticky bit of an executable can improve performance.  From the man pages for 'chmod(2)':&lt;BR /&gt;&lt;BR /&gt;If an executable file is prepared for sharing, mode bit S_ISVTX prevents the system from abandoning the swap-space image of the program-text portion of the file when its last user terminates. Then, when the next user of the file executes it, the text need not be read from the file system but can simply be swapped in, thus saving time.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jul 2002 09:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760838#M72369</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-10T09:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: chmod +t</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760839#M72370</link>
      <description>&lt;BR /&gt;Hi, Siva&lt;BR /&gt;&lt;BR /&gt;chmod +t  is used to give sticky bit permision, not to save memory.&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jul 2002 09:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760839#M72370</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-07-10T09:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: chmod +t</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760840#M72371</link>
      <description>Hi,&lt;BR /&gt;sorry , it saves text in swap space. This is&lt;BR /&gt;what I learnt , the sticky bit on a file tells the operating system that the file will be executed frequently. Files like this are kept in swap space even when they aren't being executed. Although this takes up swap space it greatly reduces the time it takes to execute the program. Programs such as vi have the sticky bit turned on by default.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Jul 2002 09:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760840#M72371</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-07-10T09:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: chmod +t</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760841#M72372</link>
      <description>sticky bit on a directory &lt;BR /&gt;will allow only the super user or the owner of the file to delete it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sticky bit on a file will put the file in the cache.&lt;BR /&gt;setting a sticky bit on a file which is accessed frequently..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 10 Jul 2002 10:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760841#M72372</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-07-10T10:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: chmod +t</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760842#M72373</link>
      <description>Mine is wrong &lt;BR /&gt;&lt;BR /&gt;//*&lt;BR /&gt;If the sticky bit is set on a regular file  and  no  execute&lt;BR /&gt;     bits  are  set,  the system's page cache will not be used to&lt;BR /&gt;     hold the file's data. This bit is normally set on swap files&lt;BR /&gt;     of  diskless  clients so that accesses to these files do not&lt;BR /&gt;     flush more valuable data from the system's cache.  Moreover,&lt;BR /&gt;     by default such files are treated as swap files, whose inode&lt;BR /&gt;     modification times may not necessarily be correctly recorded&lt;BR /&gt;     on permanent storage.&lt;BR /&gt;*//</description>
      <pubDate>Wed, 10 Jul 2002 10:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-t/m-p/2760842#M72373</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-07-10T10:52:51Z</dc:date>
    </item>
  </channel>
</rss>

