<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-command/m-p/2773984#M942444</link>
    <description>I suggest that you use the find command; it's much safer and will only change the direory permissions -type d.&lt;BR /&gt;&lt;BR /&gt;Now having said this, setting permissions to 777 is very insecure. Don't be tempted to trade convenience for security. I would at least restrict to 775 unless this truly is a wide-open directory.&lt;BR /&gt;</description>
    <pubDate>Sat, 27 Jul 2002 08:36:57 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-07-27T08:36:57Z</dc:date>
    <item>
      <title>chmod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-command/m-p/2773981#M942441</link>
      <description>Hi everybody&lt;BR /&gt;How can I change file mode access permissions to directory with files and subdirectories in it using one chmod command. For instance I have directory named level1 with files in it, also level1 directory has level2 subdirectory in it and so on. I want to chmod to everything in level1 directory to 777 using one chmod command.&lt;BR /&gt;Thanks&lt;BR /&gt;Kerry</description>
      <pubDate>Sat, 27 Jul 2002 06:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-command/m-p/2773981#M942441</guid>
      <dc:creator>Kerry_1</dc:creator>
      <dc:date>2002-07-27T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: chmod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-command/m-p/2773982#M942442</link>
      <description>Of course you can, just assign -R parameter. Thus it can recursively change the file modes bit. For example:&lt;BR /&gt;#chmod -R 777 /level1&lt;BR /&gt;&lt;BR /&gt;-Live as you wish-&lt;BR /&gt;Gerald Zhou</description>
      <pubDate>Sat, 27 Jul 2002 06:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-command/m-p/2773982#M942442</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2002-07-27T06:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: chmod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-command/m-p/2773983#M942443</link>
      <description>You can also use find to do this with a bit more control&lt;BR /&gt;&lt;BR /&gt;find /level1 -exec chmod 777 {} \;&lt;BR /&gt;&lt;BR /&gt;will change permissions on all files/directories below.&lt;BR /&gt;&lt;BR /&gt;find /level1 -type f -exec chmod 777 {} \;&lt;BR /&gt;&lt;BR /&gt;will change permissions on the files only.&lt;BR /&gt;&lt;BR /&gt;find /level1 -type d -exec chmod 777 {} \;&lt;BR /&gt;&lt;BR /&gt;will change permissions on directories only.</description>
      <pubDate>Sat, 27 Jul 2002 07:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-command/m-p/2773983#M942443</guid>
      <dc:creator>Chris Wilshaw</dc:creator>
      <dc:date>2002-07-27T07:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: chmod command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/chmod-command/m-p/2773984#M942444</link>
      <description>I suggest that you use the find command; it's much safer and will only change the direory permissions -type d.&lt;BR /&gt;&lt;BR /&gt;Now having said this, setting permissions to 777 is very insecure. Don't be tempted to trade convenience for security. I would at least restrict to 775 unless this truly is a wide-open directory.&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Jul 2002 08:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/chmod-command/m-p/2773984#M942444</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-27T08:36:57Z</dc:date>
    </item>
  </channel>
</rss>

