<?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: directory permissions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882814#M400877</link>
    <description>Mike,&lt;BR /&gt;&lt;BR /&gt;You could try "find / -type d -exec ll {} \;".  That will traverse all the way down the directory paths, so you may want to edit the results somewhat.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Fri, 28 Jan 2005 14:44:54 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-01-28T14:44:54Z</dc:date>
    <item>
      <title>directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882813#M400876</link>
      <description>&lt;BR /&gt;When going through a recovery exercise one problem we ran into was the permissions on the recovered application directories.&lt;BR /&gt;&lt;BR /&gt;Is there any way to get a list of directories on a server and there permissions ?</description>
      <pubDate>Fri, 28 Jan 2005 14:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882813#M400876</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2005-01-28T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882814#M400877</link>
      <description>Mike,&lt;BR /&gt;&lt;BR /&gt;You could try "find / -type d -exec ll {} \;".  That will traverse all the way down the directory paths, so you may want to edit the results somewhat.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 28 Jan 2005 14:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882814#M400877</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-01-28T14:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882815#M400878</link>
      <description>I tried that already and it still listed regular files also, not just the directories ??</description>
      <pubDate>Fri, 28 Jan 2005 14:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882815#M400878</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2005-01-28T14:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882816#M400879</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Try  # ll -lR | grep ^d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds / James&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 14:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882816#M400879</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2005-01-28T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882817#M400880</link>
      <description>&lt;BR /&gt;Slightly Modify the Find command .&lt;BR /&gt;Replace ll with ls -ld .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find / -type d -exec ls -ld  {} \;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;bl.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 14:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882817#M400880</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-01-28T14:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882818#M400881</link>
      <description>cd to desired starting directoty, / if you wish. &lt;BR /&gt;&lt;BR /&gt;find . -type d -exec ls -ld {} \;&lt;BR /&gt;or the more efficient version:&lt;BR /&gt;find . -type d | xargs ls -ld&lt;BR /&gt;&lt;BR /&gt;man find, ls, xargs for details:&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jan 2005 15:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882818#M400881</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-28T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882819#M400882</link>
      <description>Thanks</description>
      <pubDate>Fri, 28 Jan 2005 15:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4882819#M400882</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2005-01-28T15:07:47Z</dc:date>
    </item>
  </channel>
</rss>

