<?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 privileges in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570434#M18315</link>
    <description>Red Hat Enterprise Linux 3.0&lt;BR /&gt;&lt;BR /&gt;I want user A have READ privileges to all files owned by user B.&lt;BR /&gt;&lt;BR /&gt;How can I do that?</description>
    <pubDate>Fri, 24 Jun 2005 12:41:09 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2005-06-24T12:41:09Z</dc:date>
    <item>
      <title>privileges</title>
      <link>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570434#M18315</link>
      <description>Red Hat Enterprise Linux 3.0&lt;BR /&gt;&lt;BR /&gt;I want user A have READ privileges to all files owned by user B.&lt;BR /&gt;&lt;BR /&gt;How can I do that?</description>
      <pubDate>Fri, 24 Jun 2005 12:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570434#M18315</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-06-24T12:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: privileges</title>
      <link>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570435#M18316</link>
      <description>[root@ias97 root]# setfacl -m user:MyUser:r /opt/oracle/as/9.0.4/&lt;BR /&gt;setfacl: /opt/oracle/as/9.0.4: Operation not supported&lt;BR /&gt;&lt;BR /&gt;Any idea about why it shows this problem?</description>
      <pubDate>Fri, 24 Jun 2005 13:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570435#M18316</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-06-24T13:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: privileges</title>
      <link>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570436#M18317</link>
      <description>Ensure that you have the acl mount option on fstab.&lt;BR /&gt;&lt;BR /&gt;But, if you planify and use correctly the UPG scheme and set group ID on directories, you wont need ACL's. The administration cam be complex.</description>
      <pubDate>Fri, 24 Jun 2005 14:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570436#M18317</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-06-24T14:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: privileges</title>
      <link>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570437#M18318</link>
      <description>My /etc/fstab looks like this:&lt;BR /&gt;&lt;BR /&gt;LABEL=/                 /                       ext3    defaults        1 1&lt;BR /&gt;LABEL=/boot             /boot                   ext3    defaults        1 2&lt;BR /&gt;none                    /dev/pts                devpts  gid=5,mode=620  0 0&lt;BR /&gt;none                    /proc                   proc    defaults        0 0&lt;BR /&gt;none                    /dev/shm                tmpfs   defaults        0 0&lt;BR /&gt;/dev/sda2               swap                    swap    defaults        0 0&lt;BR /&gt;/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0&lt;BR /&gt;/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0&lt;BR /&gt;&lt;BR /&gt;But I do not know what to do to incllude the ACL in fstab.</description>
      <pubDate>Fri, 24 Jun 2005 14:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570437#M18318</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-06-24T14:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: privileges</title>
      <link>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570438#M18319</link>
      <description>Hi Tonatiuh,&lt;BR /&gt;&lt;BR /&gt;If I understand your point, if you put user A and B on the same group and chmod 740 all files owned by user B you will have user B with all privileges, user A read only (A will not write nor execute) and no privileges at all to others.&lt;BR /&gt;&lt;BR /&gt;I hope it solve your problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Fri, 24 Jun 2005 14:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570438#M18319</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-06-24T14:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: privileges</title>
      <link>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570439#M18320</link>
      <description>Change the line:&lt;BR /&gt;&lt;BR /&gt;LABEL=/ / ext3 defaults 1 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To&lt;BR /&gt;&lt;BR /&gt;LABEL=/ / ext3 defaults, acl 1 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If the files/directories is under the / filesytem.&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jun 2005 15:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570439#M18320</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-06-24T15:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: privileges</title>
      <link>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570440#M18321</link>
      <description>xyko,&lt;BR /&gt;&lt;BR /&gt;I cannot change the privileges of each file owned by user B, as the are files of a producto with a great variety o privileges.&lt;BR /&gt;&lt;BR /&gt;I need to give to user A, his own read privilege.</description>
      <pubDate>Fri, 24 Jun 2005 15:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/privileges/m-p/3570440#M18321</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-06-24T15:56:05Z</dc:date>
    </item>
  </channel>
</rss>

