<?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: Permissions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861219#M276799</link>
    <description>I have found the problem thanks to your help! The whole time I was testing with my useraccount which I hadn't checked for number of groups I was in. When I used the command id username I saw that newgroup wasn't listed and I started counting the other ones (20 in total)&lt;BR /&gt;I would like to apologize for my stupid mistake, thank you very much for everyones time!</description>
    <pubDate>Wed, 13 Sep 2006 02:09:42 GMT</pubDate>
    <dc:creator>chrizz</dc:creator>
    <dc:date>2006-09-13T02:09:42Z</dc:date>
    <item>
      <title>Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861215#M276795</link>
      <description>We've got quite a strange problem on our hands here. We are running an HP 9000/800 B.11.00.&lt;BR /&gt;I've just created a new group in /etc/group which i called, let's say newgroup . Then I added 4 users to the group, namely user1, user2, user3, user4 . The command grpchk shows no strange things (the maximum one of those users is used in other groups is 14 times, the group newgroup is the 40th group I've created in /etc/group)&lt;BR /&gt;Then I created a new directory on the server called updir . In that directory I've created an other directory called lowdir . Then I gave the following commands:&lt;BR /&gt;chown -R user1:newgroup /updir&lt;BR /&gt;chmod -R 770 /updir&lt;BR /&gt;Now when checking the permissions for the 2 dirs they give the exact same result (770 &amp;amp; user1:newgroup). All seems fine...&lt;BR /&gt;But the problem is that only user1 can enter /updir and the /updir/downdir.&lt;BR /&gt;User2, user3 and user4 can only enter /updir, NOT the /updir/downdir... very strang.</description>
      <pubDate>Tue, 12 Sep 2006 08:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861215#M276795</guid>
      <dc:creator>chrizz</dc:creator>
      <dc:date>2006-09-12T08:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861216#M276796</link>
      <description>What's the output of:&lt;BR /&gt;&lt;BR /&gt;# id user1&lt;BR /&gt;# id user2&lt;BR /&gt;# id user3&lt;BR /&gt;# id user4&lt;BR /&gt;# ll -d /updir&lt;BR /&gt;# ll -d /updir/lowdir&lt;BR /&gt;(or ll -d /updir/downdir -- whichever is correct since you mention both in your message)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Sep 2006 08:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861216#M276796</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-09-12T08:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861217#M276797</link>
      <description>When you say you added user2,user3, and user4 to newgroup, does that simply mean that you have simply listed user2,user3, and user4 in newgroup's /etc/group entry or dies that mean that you have changed user2's, user3's, and user4's primary GID in their passwd eentry to be newgroup's GID? Those are very different things. To make you scheme work automatically (without requiring an explicit newgrp command), you need to link /etc/group to /etc/logingroup. Man 4 group for details.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Sep 2006 08:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861217#M276797</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-09-12T08:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861218#M276798</link>
      <description>chrizz,&lt;BR /&gt;Look you need to logoff that users, user1 user2 user3 and user4. Then at new login execute command:&lt;BR /&gt;id user2  (for example)&lt;BR /&gt;The "newgroup" must be appear in user information, if not you do something wrong when editing the /etc/group.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Joel</description>
      <pubDate>Tue, 12 Sep 2006 10:21:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861218#M276798</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2006-09-12T10:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861219#M276799</link>
      <description>I have found the problem thanks to your help! The whole time I was testing with my useraccount which I hadn't checked for number of groups I was in. When I used the command id username I saw that newgroup wasn't listed and I started counting the other ones (20 in total)&lt;BR /&gt;I would like to apologize for my stupid mistake, thank you very much for everyones time!</description>
      <pubDate>Wed, 13 Sep 2006 02:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/3861219#M276799</guid>
      <dc:creator>chrizz</dc:creator>
      <dc:date>2006-09-13T02:09:42Z</dc:date>
    </item>
  </channel>
</rss>

