<?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: -rwsr-xr-x  -&amp;gt; special permissions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957167#M414922</link>
    <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;Have a look at the manpages for 'chmod(1)'.  There is a good explanation of the bit mapping there.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 03 Feb 2006 10:10:52 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-02-03T10:10:52Z</dc:date>
    <item>
      <title>-rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957163#M414918</link>
      <description>Hi, can you tell me how can i put next permissions ... i mean, i have a file with permissions as follows:&lt;BR /&gt;rwxr-xr-x &lt;BR /&gt;and i want have them as follows:&lt;BR /&gt;&lt;BR /&gt;-rwsr-xr-x &lt;BR /&gt;&lt;BR /&gt;i know that is something like sticky ... &lt;BR /&gt;&lt;BR /&gt;Thanks !!!&lt;BR /&gt;Man.</description>
      <pubDate>Fri, 03 Feb 2006 10:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957163#M414918</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-02-03T10:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957164#M414919</link>
      <description>chmod u+x file&lt;BR /&gt;This is not a "sticky" -- this is suid, which means the program is executed as the file owner. Be careful on it, it is potentialy dangerous!&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Grych</description>
      <pubDate>Fri, 03 Feb 2006 10:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957164#M414919</guid>
      <dc:creator>Tomek Gryszkiewicz</dc:creator>
      <dc:date>2006-02-03T10:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957165#M414920</link>
      <description>chmod u+s file&lt;BR /&gt;This is not a "sticky" -- this is suid, which means the program is executed as the file owner. Be careful on it, it is potentialy dangerous!&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Grych</description>
      <pubDate>Fri, 03 Feb 2006 10:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957165#M414920</guid>
      <dc:creator>Tomek Gryszkiewicz</dc:creator>
      <dc:date>2006-02-03T10:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957166#M414921</link>
      <description>That, in fact, is the setuid bit.  It allows the script to be run as the owner, usually used to allow someone root authority when executing the script.  See "man chmod" for details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 03 Feb 2006 10:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957166#M414921</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-03T10:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957167#M414922</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;Have a look at the manpages for 'chmod(1)'.  There is a good explanation of the bit mapping there.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 03 Feb 2006 10:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957167#M414922</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-03T10:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957168#M414923</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check the chmod man page.&lt;BR /&gt;&lt;BR /&gt;# chmod 4755 file&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 03 Feb 2006 10:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957168#M414923</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2006-02-03T10:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957169#M414924</link>
      <description>&lt;BR /&gt;Hi ...&lt;BR /&gt;&lt;BR /&gt;I executed:&lt;BR /&gt;chmod u+x prueba.txt&lt;BR /&gt;&lt;BR /&gt;The result was:&lt;BR /&gt;-rwxrw-r--&lt;BR /&gt;&lt;BR /&gt;how can i put "s" letter????&lt;BR /&gt;&lt;BR /&gt;Thanks ... Man.</description>
      <pubDate>Fri, 03 Feb 2006 10:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957169#M414924</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-02-03T10:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957170#M414925</link>
      <description>SUID - for directories, no effect. For files, the file is executed as the owner of the file instead of the user that runs the program.&lt;BR /&gt;&lt;BR /&gt;SGID - For directories, the files creates in the directory, inherit the group ownershipd. For files the file is executed as the group owner of the file instead of the user that runs the program.&lt;BR /&gt;&lt;BR /&gt;STICKY - For programs, depend of the Unix, for Directories, used on public directories, allows  only the deletion of a file to root and the owner of the file.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2006 10:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957170#M414925</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-03T10:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957171#M414926</link>
      <description>Hi (again) Manuales:&lt;BR /&gt;&lt;BR /&gt;You are trying to set the 'setuid' bit.  Do:&lt;BR /&gt;&lt;BR /&gt;# chmod 4755 filename&lt;BR /&gt;&lt;BR /&gt;(or):&lt;BR /&gt;&lt;BR /&gt;# chmod u+s filename&lt;BR /&gt;&lt;BR /&gt;...to what you currently have.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 03 Feb 2006 10:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957171#M414926</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-03T10:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957172#M414927</link>
      <description>SUID - chmod 4XXX filename&lt;BR /&gt;SGID - chmod 2XXX filename&lt;BR /&gt;STICKY - chmod 1XXX filename&lt;BR /&gt;&lt;BR /&gt;Where XXX is the normal permissions that you want to establish, for example 750.</description>
      <pubDate>Fri, 03 Feb 2006 10:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957172#M414927</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-03T10:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957173#M414928</link>
      <description>Thanks all !!!!&lt;BR /&gt;&lt;BR /&gt;Have a good day !!!&lt;BR /&gt;&lt;BR /&gt;:0)&lt;BR /&gt;&lt;BR /&gt;Manuales ..</description>
      <pubDate>Fri, 03 Feb 2006 10:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957173#M414928</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-02-03T10:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957174#M414929</link>
      <description>Sorry my mistake, should be +s of course!</description>
      <pubDate>Fri, 03 Feb 2006 10:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957174#M414929</guid>
      <dc:creator>Tomek Gryszkiewicz</dc:creator>
      <dc:date>2006-02-03T10:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957175#M414930</link>
      <description>&lt;BR /&gt;What does mean this permissiions: -rwsr-xr-x ?&lt;BR /&gt;&lt;BR /&gt;Manuales.</description>
      <pubDate>Fri, 03 Feb 2006 10:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957175#M414930</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-02-03T10:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: -rwsr-xr-x  -&gt; special permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957176#M414931</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;The "man" pages should be your nickname :-))&lt;BR /&gt;&lt;BR /&gt;There is a wealth of informtion there, especially if you follow the "See Also" section at the bottom.  In this case, if you look at 'chmod(2)' you can find explanations for what 'setuid', 'setgid' and 'sticky' bits do:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/chmod.2.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/chmod.2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In the case of the 'setuid' bit, when set for an executable file, the privilege of the file's owner is given to the process running the executable file.&lt;BR /&gt;&lt;BR /&gt;That is, if 'root' owns the executable and you (a normal user) are allowed to execute the file, *and* the 'setuid' bit is on, then you gain 'root' privilege while running the executable.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 03 Feb 2006 11:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rwsr-xr-x-gt-special-permissions/m-p/4957176#M414931</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-03T11:08:30Z</dc:date>
    </item>
  </channel>
</rss>

