<?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: change mode in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126884#M674178</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# chmod g+s jobs&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;# chmod 2775 jobs&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'chmod'.&lt;BR /&gt;&lt;BR /&gt;By the wsy, you presented the permissions for a directory, not a file, although that doesn't matter for the solution.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 28 Aug 2008 13:10:07 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-08-28T13:10:07Z</dc:date>
    <item>
      <title>change mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126881#M674175</link>
      <description>Hi,&lt;BR /&gt;Just a small qustion:&lt;BR /&gt;how do I change the file permissions of a file which presently shows:&lt;BR /&gt;drwxrwxr-x   2 root       sys             96  jobs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to the file permissions i need as:&lt;BR /&gt;&lt;BR /&gt;drwxrwsr-x   2 root       bin             96 jobs&lt;BR /&gt;&lt;BR /&gt;Points shall be awarded for any help. thanks!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Aug 2008 12:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126881#M674175</guid>
      <dc:creator>Krisklan</dc:creator>
      <dc:date>2008-08-28T12:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: change mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126882#M674176</link>
      <description>Permissions are the same, the owner **group** is different.&lt;BR /&gt;&lt;BR /&gt;see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/chown.1.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/chown.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;man chgrp</description>
      <pubDate>Thu, 28 Aug 2008 12:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126882#M674176</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-08-28T12:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: change mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126883#M674177</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Use following command:&lt;BR /&gt;&lt;BR /&gt;#chgrp bin jobs&lt;BR /&gt;or&lt;BR /&gt;#chown root:bin jobs&lt;BR /&gt;#ll -d jobs&lt;BR /&gt;you should get&lt;BR /&gt;drwxrwsr-x 2 root bin 96 jobs&lt;BR /&gt;&lt;BR /&gt;jobs is a directory here</description>
      <pubDate>Thu, 28 Aug 2008 13:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126883#M674177</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-28T13:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: change mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126884#M674178</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# chmod g+s jobs&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;# chmod 2775 jobs&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'chmod'.&lt;BR /&gt;&lt;BR /&gt;By the wsy, you presented the permissions for a directory, not a file, although that doesn't matter for the solution.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 28 Aug 2008 13:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126884#M674178</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-28T13:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: change mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126885#M674179</link>
      <description>chmod 2775 jobs&lt;BR /&gt;&lt;BR /&gt;The suid bit on a directory forces all new files created in the directory to the directories group.  In this case bin.&lt;BR /&gt;&lt;BR /&gt;This is different than setting the suid bit on a file, which would give anyone with execute permission to the file to run the file with the group's file permission.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Not really sure why you would want bin, but that is a different topic.</description>
      <pubDate>Thu, 28 Aug 2008 13:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126885#M674179</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-28T13:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: change mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126886#M674180</link>
      <description>Thanks everybody. It helped!!</description>
      <pubDate>Thu, 28 Aug 2008 13:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-mode/m-p/5126886#M674180</guid>
      <dc:creator>Krisklan</dc:creator>
      <dc:date>2008-08-28T13:18:59Z</dc:date>
    </item>
  </channel>
</rss>

