<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832267#M393197</link>
    <description>&lt;P&gt;thanks for the update..&lt;/P&gt;&lt;P&gt;i mean to say is chmod is wrking.....but if I create a new file inside this FS it is not having full permission.I want to create lot of files inside and all should be having full permission.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2011 14:34:11 GMT</pubDate>
    <dc:creator>kunjuttan</dc:creator>
    <dc:date>2011-07-19T14:34:11Z</dc:date>
    <item>
      <title>CHMOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832251#M393195</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I just created a new filesystem.I want to give full permission to all the files and directories creating inside this FS.How to achieve this.I tried with chmod -R 777 &amp;lt;FS&amp;gt;.But its not working.Please help me out...&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832251#M393195</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2011-07-19T14:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: CHMOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832263#M393196</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"But its not working" doesn't tell us a thing!&amp;nbsp; What are you attempting to do (or see)?&amp;nbsp; Where you root when you did the 'chmod'?&amp;nbsp; What isn't the way you expect it to be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...JRF...&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832263#M393196</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-07-19T14:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: CHMOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832267#M393197</link>
      <description>&lt;P&gt;thanks for the update..&lt;/P&gt;&lt;P&gt;i mean to say is chmod is wrking.....but if I create a new file inside this FS it is not having full permission.I want to create lot of files inside and all should be having full permission.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832267#M393197</guid>
      <dc:creator>kunjuttan</dc:creator>
      <dc:date>2011-07-19T14:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: CHMOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832283#M393198</link>
      <description>&lt;P&gt;File creation is governed by the user's umask setting and 777 is not attainable with umask.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 14:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832283#M393198</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-07-19T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: CHMOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832347#M393199</link>
      <description>&lt;BLOCKQUOTE&gt;Hi (again):&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1151195"&gt;@kunjuttan&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the update..&lt;/P&gt;&lt;P&gt;i mean to say is chmod is wrking.....but if I create a new file inside this FS it is not having full permission.I want to create lot of files inside and all should be having full permission.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I assume that you want to be able to create files and have their permissions=777.&amp;nbsp; This isn't going to be possible with the standard tools (like the shell).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When a file is created with 'open()' standard software supplies a 'mode' argument of octal 666 for files.&amp;nbsp; This is built into the code and you can't change this unless you have access to the source.&amp;nbsp; The effect of your 'umask' is to "subtract" from this value.&amp;nbsp; Hence, a 'umask' of zero allows files thus created to have the "most open" permissions of 666.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To add execute permissons you are going to have to 'chmod' those files you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...JRF...&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 15:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832347#M393199</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-07-19T15:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: CHMOD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832681#M393216</link>
      <description>&lt;P&gt;&amp;gt;chmod -R 777 &amp;lt;FS&amp;gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a very dangerous command.&amp;nbsp; You do NOT want to add execute permission to non-executable files.&lt;/P&gt;&lt;P&gt;And do NOT use this on any existing system filesystems.&lt;/P&gt;&lt;P&gt;You should make several passes using find to select various file types and use the "+" symbolic permission operator:&lt;/P&gt;&lt;P&gt;find &amp;lt;FS&amp;gt; -type d -exec chmod a+x +&amp;nbsp; # The last "+" is for find -exec performance&lt;/P&gt;&lt;P&gt;chmod -R a+rw &amp;lt;FS&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2011 20:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod/m-p/4832681#M393216</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-07-19T20:30:32Z</dc:date>
    </item>
  </channel>
</rss>

