<?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 group permission problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184062#M163433</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a directory called /testtt with the following permissions and ownership:&lt;BR /&gt;drwxrwxr-x   2 life  users  96 Feb  5 14:23 /testtt&lt;BR /&gt;&lt;BR /&gt;For some reason the user oracle which has the primary group "dba" but is also a member of the group "users" isn't allowed to create files in that /testtt directory. &lt;BR /&gt;Can someone please tell me what do I have to do to enable oracle to write in that directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Joachim&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Feb 2004 09:27:57 GMT</pubDate>
    <dc:creator>Joachim Weber_1</dc:creator>
    <dc:date>2004-02-05T09:27:57Z</dc:date>
    <item>
      <title>group permission problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184062#M163433</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a directory called /testtt with the following permissions and ownership:&lt;BR /&gt;drwxrwxr-x   2 life  users  96 Feb  5 14:23 /testtt&lt;BR /&gt;&lt;BR /&gt;For some reason the user oracle which has the primary group "dba" but is also a member of the group "users" isn't allowed to create files in that /testtt directory. &lt;BR /&gt;Can someone please tell me what do I have to do to enable oracle to write in that directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Joachim&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 09:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184062#M163433</guid>
      <dc:creator>Joachim Weber_1</dc:creator>
      <dc:date>2004-02-05T09:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: group permission problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184063#M163434</link>
      <description>Do you have /etc/logingroup linked to /etc/group?  If not then  you need to.&lt;BR /&gt;&lt;BR /&gt;# ll /etc/logingroup&lt;BR /&gt;lrwxr-xr-x   1 root       sys             10 May 30  2003 /etc/logingroup@ -&amp;gt; /etc/group&lt;BR /&gt;&lt;BR /&gt;If it isn't do:&lt;BR /&gt;&lt;BR /&gt;# ln -s /etc/group /etc/logingroup</description>
      <pubDate>Thu, 05 Feb 2004 09:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184063#M163434</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-02-05T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: group permission problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184064#M163435</link>
      <description>Hi Joachim,&lt;BR /&gt;&lt;BR /&gt;you can check the assigned groups with the command 'groups'. &lt;BR /&gt;See also 'man groups':&lt;BR /&gt;A user is granted the permissions of those groups in /etc/passwd and /etc/logingroup at login time.&lt;BR /&gt;&lt;BR /&gt;So simpliest create a link between /etc/group and /etc/logingroup.&lt;BR /&gt;&lt;BR /&gt;Volkmar</description>
      <pubDate>Thu, 05 Feb 2004 09:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184064#M163435</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2004-02-05T09:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: group permission problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184065#M163436</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;That was quick! and it solved my problem. I didn't get the meaning of /etc/logingroup. I hope I do now :)&lt;BR /&gt;&lt;BR /&gt;Thanks very much!&lt;BR /&gt;&lt;BR /&gt;Joachim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 09:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184065#M163436</guid>
      <dc:creator>Joachim Weber_1</dc:creator>
      <dc:date>2004-02-05T09:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: group permission problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184066#M163437</link>
      <description>Hi Joachim,&lt;BR /&gt;&lt;BR /&gt;Although I agree 100% that linking logingroup to group is THE way to solve this, I just wanted to point out that another solution would be to have the oracle user issue the following command&lt;BR /&gt;newgrp users&lt;BR /&gt;prior to placing the file(s) in testtt.&lt;BR /&gt;They could then &lt;BR /&gt;newgrp dba&lt;BR /&gt;to get back to their primary group.&lt;BR /&gt;That command changes the current GID &amp;amp; can be checked with the&lt;BR /&gt;id&lt;BR /&gt;command.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 05 Feb 2004 09:47:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184066#M163437</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-02-05T09:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: group permission problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184067#M163438</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks Volkmar, I didn't see your answer in the first place.&lt;BR /&gt;&lt;BR /&gt;Jeff:&lt;BR /&gt;I agree that the newgrp command would be another way to do it. Unfortunately this needs to be a permanent setup and not a single one. Therefore I guess it might be better to create the link. Thanks anyway!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Joachim</description>
      <pubDate>Thu, 05 Feb 2004 10:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/group-permission-problem/m-p/3184067#M163438</guid>
      <dc:creator>Joachim Weber_1</dc:creator>
      <dc:date>2004-02-05T10:06:20Z</dc:date>
    </item>
  </channel>
</rss>

