<?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: Problem with permissions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861843#M96368</link>
    <description>#chmod a=rx,u+s,g+s,o+t &lt;FILENAME&gt;&lt;/FILENAME&gt;</description>
    <pubDate>Wed, 11 Dec 2002 09:18:19 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-12-11T09:18:19Z</dc:date>
    <item>
      <title>Problem with permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861838#M96363</link>
      <description>Hello everybody,&lt;BR /&gt;I have litte probelm with permissions, how can a create the following permissions with the chmod command:&lt;BR /&gt;&lt;BR /&gt;r-sr-sr-t&lt;BR /&gt;&lt;BR /&gt;Uli</description>
      <pubDate>Wed, 11 Dec 2002 09:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861838#M96363</guid>
      <dc:creator>Uli_3</dc:creator>
      <dc:date>2002-12-11T09:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861839#M96364</link>
      <description>chmod 7555 &lt;FILE&gt;&lt;BR /&gt;&lt;/FILE&gt;</description>
      <pubDate>Wed, 11 Dec 2002 09:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861839#M96364</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-12-11T09:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861840#M96365</link>
      <description>chmod 7555 &lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;/FILE&gt;</description>
      <pubDate>Wed, 11 Dec 2002 09:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861840#M96365</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-12-11T09:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861841#M96366</link>
      <description>You should just need to use&lt;BR /&gt;&lt;BR /&gt;chmod 7555 &lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;The 555 gives the r-x permissions for user/group/other, and the initial 7 gives suid permissions for user/group, and sets the sticky bit on the file&lt;BR /&gt;&lt;BR /&gt;From the man page:&lt;BR /&gt;&lt;BR /&gt;      Miscellaneous mode bits:&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&lt;BR /&gt;           1000  (= u=t)  Set sticky bit; see chmod(2)&lt;/FILE&gt;</description>
      <pubDate>Wed, 11 Dec 2002 09:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861841#M96366</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-12-11T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861842#M96367</link>
      <description>Try &lt;BR /&gt;chmod u+s,g+s,o+t filename&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Wed, 11 Dec 2002 09:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861842#M96367</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2002-12-11T09:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861843#M96368</link>
      <description>#chmod a=rx,u+s,g+s,o+t &lt;FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 11 Dec 2002 09:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861843#M96368</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-12-11T09:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861844#M96369</link>
      <description>Hi Uli,&lt;BR /&gt;&lt;BR /&gt;#chmod 7555 file&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 11 Dec 2002 09:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861844#M96369</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-11T09:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861845#M96370</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;as root when a file is craeted it's permision will be &lt;BR /&gt;-rw-rw-rw-   1 root       sys             11 Dec 11 14:46 ra&lt;BR /&gt;(ra is file name)&lt;BR /&gt;#chmod 0444 ra&lt;BR /&gt;#chmod a+s ra&lt;BR /&gt;#chmod o+t ra&lt;BR /&gt; now the file looks like&lt;BR /&gt;-r-Sr-Sr-T   1 root       sys             13 Dec 11 14:42 ra</description>
      <pubDate>Wed, 11 Dec 2002 09:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861845#M96370</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-12-11T09:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861846#M96371</link>
      <description>Thanks for help, I tried a lot of things with chmod and I thought I testes this, but maybe it is not a good day for me ...&lt;BR /&gt;&lt;BR /&gt;regards Uli.</description>
      <pubDate>Wed, 11 Dec 2002 09:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-permissions/m-p/2861846#M96371</guid>
      <dc:creator>Uli_3</dc:creator>
      <dc:date>2002-12-11T09:19:48Z</dc:date>
    </item>
  </channel>
</rss>

