<?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: ACL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741343#M67741</link>
    <description>John,&lt;BR /&gt;&lt;BR /&gt;As S.K said, the 'chacl' command will be replaced with 'setacl' command on vxfs file systems. You can use 'getacl' instead of 'lsacl'</description>
    <pubDate>Mon, 10 Jun 2002 16:37:49 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-06-10T16:37:49Z</dc:date>
    <item>
      <title>ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741336#M67734</link>
      <description>I am not sure how to use acl's &lt;BR /&gt;&lt;BR /&gt;Need to give a user xyz access to the following dir. &lt;BR /&gt;&lt;BR /&gt;drwxr-xr-x appl dba reports&lt;BR /&gt;&lt;BR /&gt;how should I go about using acl's ??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 15:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741336#M67734</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-10T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741337#M67735</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;# cd dir_name&lt;BR /&gt;# chacl 'xyz.%=rwx' reports&lt;BR /&gt;# lsacl reports (for checking)&lt;BR /&gt;&lt;BR /&gt;xyz.% - the first part in the user name. 'rwx' is the permission. &lt;BR /&gt;&lt;BR /&gt;If you want to give group permission, for group 'abc', then:&lt;BR /&gt;&lt;BR /&gt;# chacl '%.abc=rwx' reports&lt;BR /&gt;# man acl (for details)</description>
      <pubDate>Mon, 10 Jun 2002 16:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741337#M67735</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-10T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741338#M67736</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try these: &lt;BR /&gt;man acl &lt;BR /&gt;man chacl &lt;BR /&gt;man setacl &lt;BR /&gt;man getacl &lt;BR /&gt;man lsacl &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 16:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741338#M67736</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-10T16:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741339#M67737</link>
      <description>For JFS filesystem you would use .. "setacl" and "getacl" for example .. (directory "test" in /opt)&lt;BR /&gt;&lt;BR /&gt;# cd /opt&lt;BR /&gt;# getacl test&lt;BR /&gt;=file: test&lt;BR /&gt;=owner: root&lt;BR /&gt;=group: sys&lt;BR /&gt;user::rwx&lt;BR /&gt;group::r-x&lt;BR /&gt;class:rwx&lt;BR /&gt;other:r-x&lt;BR /&gt;# setacl -m user:skchan:rwx test&lt;BR /&gt;# getacl test&lt;BR /&gt;=file: test&lt;BR /&gt;=owner: root&lt;BR /&gt;=group: sys&lt;BR /&gt;user::rwx&lt;BR /&gt;user:skchan:rwx&lt;BR /&gt;group::r-x&lt;BR /&gt;class:rwx&lt;BR /&gt;other:r-x&lt;BR /&gt;&lt;BR /&gt;Man "setacl" for more details ..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 16:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741339#M67737</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-10T16:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741340#M67738</link>
      <description>Hi John&lt;BR /&gt;&lt;BR /&gt;May be you can refer to this too :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90684/B2355-90684_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90684/00/00/6-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90684/00/00/6-toc.html&amp;amp;searchterms=command%7csyntax%7cacl&amp;amp;queryid=20020610-102959" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90684/B2355-90684_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90684/00/00/6-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90684/00/00/6-toc.html&amp;amp;searchterms=command%7csyntax%7cacl&amp;amp;queryid=20020610-102959&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 10 Jun 2002 16:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741340#M67738</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-10T16:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741341#M67739</link>
      <description>hello shiju&lt;BR /&gt;&lt;BR /&gt;When I tried chacl it gave me an error &lt;BR /&gt;(chacl 'xyz.%=rwx' report)&lt;BR /&gt;&lt;BR /&gt;Function is not available (errno = 251)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 16:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741341#M67739</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-10T16:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741342#M67740</link>
      <description>The chacl command does not work on vxfs. Use "setacl" instead.</description>
      <pubDate>Mon, 10 Jun 2002 16:29:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741342#M67740</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-10T16:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741343#M67741</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;As S.K said, the 'chacl' command will be replaced with 'setacl' command on vxfs file systems. You can use 'getacl' instead of 'lsacl'</description>
      <pubDate>Mon, 10 Jun 2002 16:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741343#M67741</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-10T16:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741344#M67742</link>
      <description>when I try setacl it gives&lt;BR /&gt;&lt;BR /&gt;sh: setacl:  not found. &lt;BR /&gt;&lt;BR /&gt;Do I need to install something to get this working..???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 16:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741344#M67742</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-10T16:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741345#M67743</link>
      <description>I have B3929BA HP OnLineJFS (Advanced VxFS)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 16:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741345#M67743</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-10T16:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741346#M67744</link>
      <description>What is the file system version ? JFS 3.3 ? Check it with:&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/vg??/lvol?</description>
      <pubDate>Mon, 10 Jun 2002 16:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741346#M67744</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-10T16:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741347#M67745</link>
      <description>Output of fstyp&lt;BR /&gt;&lt;BR /&gt;vxfs&lt;BR /&gt;version: 3&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 7692288&lt;BR /&gt;f_bfree: 1649036&lt;BR /&gt;f_bavail: 1545972&lt;BR /&gt;f_files: 493152&lt;BR /&gt;f_ffree: 412256&lt;BR /&gt;f_favail: 412256&lt;BR /&gt;f_fsid: 1073807373&lt;BR /&gt;f_basetype: vxfs&lt;BR /&gt;f_namemax: 254&lt;BR /&gt;f_magic: a501fcf5&lt;BR /&gt;f_featurebits: 0&lt;BR /&gt;f_flag: 16&lt;BR /&gt;f_fsindex: 6&lt;BR /&gt;f_size: 7692288</description>
      <pubDate>Mon, 10 Jun 2002 16:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741347#M67745</guid>
      <dc:creator>John McDen</dc:creator>
      <dc:date>2002-06-10T16:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741348#M67746</link>
      <description>You may need to upgrade the file system layout to 4 in order to use ACLs:&lt;BR /&gt;&lt;BR /&gt;# vxupgrade -n 4 -r /dev/vg00/rlvol4 /tmp ( for /tmp file system)&lt;BR /&gt;&lt;BR /&gt;Check this document too (TKB #2200131019):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000056413901" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000056413901&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jun 2002 17:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741348#M67746</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-10T17:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: ACL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741349#M67747</link>
      <description>To determine if you have at least JFS 3.3,&lt;BR /&gt;# swlist -l fileset JFS&lt;BR /&gt;After installing 3.3 the FS layout has to be upgraded to version 4. You do want to check out the online doc on JFS's ACL also..&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/os/jfs_acl.pdf" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/os/jfs_acl.pdf&lt;/A&gt;</description>
      <pubDate>Mon, 10 Jun 2002 18:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acl/m-p/2741349#M67747</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-10T18:53:52Z</dc:date>
    </item>
  </channel>
</rss>

