<?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/4928151#M807871</link>
    <description>Thanks so far to everyone!&lt;BR /&gt;&lt;BR /&gt;The 'getacl" instead of 'lsacl' was the key. I forgot to mention that the underlying Filesystem is vxfs.&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;Karsten&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Sep 2005 09:37:33 GMT</pubDate>
    <dc:creator>Karsten Radke_1</dc:creator>
    <dc:date>2005-09-22T09:37:33Z</dc:date>
    <item>
      <title>Directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928145#M807865</link>
      <description>Hi fellows,&lt;BR /&gt;&lt;BR /&gt;i've just a question regarding directory perms within UX11.11&lt;BR /&gt;&lt;BR /&gt;When doing an "ls -l", i get the follwing output:&lt;BR /&gt;&lt;BR /&gt;drwxr-xr-x+  4 yard       ddtsusr       8192 Apr 26 16:32 yard&lt;BR /&gt;&lt;BR /&gt;I would like to know what the "plus" sign behind the permission mask means. It does not seem to be an ACL, because an 'lsacl -l' produces an error:&lt;BR /&gt;&lt;BR /&gt;abctest2:/home# lsacl -l yard &lt;BR /&gt;lsacl: file "yard": Function is not available (errno = 251)&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Karsten&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 04:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928145#M807865</guid>
      <dc:creator>Karsten Radke_1</dc:creator>
      <dc:date>2005-09-22T04:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928146#M807866</link>
      <description>you need to do getacl. lsacl is for hfs.</description>
      <pubDate>Thu, 22 Sep 2005 04:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928146#M807866</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-09-22T04:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928147#M807867</link>
      <description>It is an ACL, try&lt;BR /&gt;&lt;BR /&gt;# lsacl yard &lt;BR /&gt;&lt;BR /&gt;instead.</description>
      <pubDate>Thu, 22 Sep 2005 04:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928147#M807867</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-09-22T04:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928148#M807868</link>
      <description>Hi Karsten,&lt;BR /&gt;reading "man ls" the "+" seems&lt;BR /&gt;to be regarding optional ACL entries&lt;BR /&gt;(I don't know the cause for error in your "lsacl").&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;pg&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 04:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928148#M807868</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2005-09-22T04:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928149#M807869</link>
      <description># man ls says, &lt;BR /&gt;&lt;BR /&gt;Access Control Lists (ACLs)&lt;BR /&gt;&lt;BR /&gt;If a file has optional ACL entries, the -l (ell) option displays a plus sign (+) after the file's permissions. The permissions shown are a summary representation of the file's access control list, as returned by stat() in the st_mode field (see stat(2)). To list the contents of an access control list, use the lsacl command (see lsacl(1) and acl(5)) for HFS file systems, or the getacl command (see getacl(1) and aclv(5)) for JFS file systems.</description>
      <pubDate>Thu, 22 Sep 2005 04:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928149#M807869</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-22T04:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928150#M807870</link>
      <description>Check the file system type. If it is hfs use lsacl else use getacl first.&lt;BR /&gt;&lt;BR /&gt;# lsacl /stand/vmunix -- &amp;gt; HFS fs&lt;BR /&gt;&lt;BR /&gt;I hope /home will be in vxfs else check with bdf -t vxfs. If /home is there use getacl as,&lt;BR /&gt;&lt;BR /&gt;getacl /home/yard&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;-- chmod man page says --&amp;gt;&lt;BR /&gt;      If a file seems to be missing from a directory, use ls -H to determine&lt;BR /&gt;      the cause.  Recovery is accomplished by the addition of a + to the&lt;BR /&gt;      dirname:&lt;BR /&gt;&lt;BR /&gt;           chmod u-H dirname+&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Thu, 22 Sep 2005 04:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928150#M807870</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-22T04:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928151#M807871</link>
      <description>Thanks so far to everyone!&lt;BR /&gt;&lt;BR /&gt;The 'getacl" instead of 'lsacl' was the key. I forgot to mention that the underlying Filesystem is vxfs.&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;Karsten&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2005 09:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928151#M807871</guid>
      <dc:creator>Karsten Radke_1</dc:creator>
      <dc:date>2005-09-22T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Directory permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928152#M807872</link>
      <description>no further comments :-)</description>
      <pubDate>Thu, 22 Sep 2005 09:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/directory-permissions/m-p/4928152#M807872</guid>
      <dc:creator>Karsten Radke_1</dc:creator>
      <dc:date>2005-09-22T09:41:32Z</dc:date>
    </item>
  </channel>
</rss>

