<?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/2620931#M38685</link>
    <description>Thanks to all!&lt;BR /&gt;We've got it now.</description>
    <pubDate>Tue, 27 Nov 2001 16:31:19 GMT</pubDate>
    <dc:creator>Tom Dawson</dc:creator>
    <dc:date>2001-11-27T16:31:19Z</dc:date>
    <item>
      <title>Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620927#M38681</link>
      <description>I'm having a problem with permissions...&lt;BR /&gt;&lt;BR /&gt;UserA has a default group of grpA.&lt;BR /&gt;UserB is an member of grpA but it is&lt;BR /&gt;not his default group.&lt;BR /&gt;&lt;BR /&gt;UserA creates a file in his home directory.&lt;BR /&gt;The group membership of the directory and&lt;BR /&gt;the file created are grpA.  The permissions&lt;BR /&gt;on the directory are 775 and the permissions&lt;BR /&gt;on the file are 664.&lt;BR /&gt;&lt;BR /&gt;UserB cannot update this file even though&lt;BR /&gt;the directory and file give members of grpA&lt;BR /&gt;permsission to do so.&lt;BR /&gt;&lt;BR /&gt;I can use "newgrp grpA" as UserB and then&lt;BR /&gt;he can update the file.  But I didn't think&lt;BR /&gt;I should have to do that if he is a member&lt;BR /&gt;of grpA.&lt;BR /&gt;&lt;BR /&gt;Can someone explain to me what is going&lt;BR /&gt;on here?  Other than making grpA the default&lt;BR /&gt;group for UserB, is there some way to avoid&lt;BR /&gt;having to execute the newgrp command?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 27 Nov 2001 16:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620927#M38681</guid>
      <dc:creator>Tom Dawson</dc:creator>
      <dc:date>2001-11-27T16:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620928#M38682</link>
      <description>Do you have a /etc/logingroup file?&lt;BR /&gt;&lt;BR /&gt;Take a look at the man page for logingroup&lt;BR /&gt;&lt;BR /&gt;If it doesn't exist, only the primary groups permissions are enforced...&lt;BR /&gt;&lt;BR /&gt;If its not there try:&lt;BR /&gt;&lt;BR /&gt;ln -s /etc/group /etc/logingroup&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 27 Nov 2001 16:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620928#M38682</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-11-27T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620929#M38683</link>
      <description>your logingroup is different than the group.  To fix your problem, try this:&lt;BR /&gt;&lt;BR /&gt;ln -f /etc/group /etc/logingroup&lt;BR /&gt;&lt;BR /&gt;That should do the trick.&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Tue, 27 Nov 2001 16:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620929#M38683</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-11-27T16:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620930#M38684</link>
      <description>Hi Tom:&lt;BR /&gt;&lt;BR /&gt;You need to create an /etc/logingroup file or better still symbolically link /etc/group to /etc/logingroup. If you are using NIS make sure that you man logingroup and carefully read the NIS warnings about using linked group and logingroup files. It's generally okay but I just want you to be forewarned.&lt;BR /&gt;&lt;BR /&gt;In any event, the logingroup file will fix you.&lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Tue, 27 Nov 2001 16:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620930#M38684</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-27T16:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620931#M38685</link>
      <description>Thanks to all!&lt;BR /&gt;We've got it now.</description>
      <pubDate>Tue, 27 Nov 2001 16:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620931#M38685</guid>
      <dc:creator>Tom Dawson</dc:creator>
      <dc:date>2001-11-27T16:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620932#M38686</link>
      <description>Tom you just earn't me my next Hat!&lt;BR /&gt;&lt;BR /&gt;The beers are on me...&lt;BR /&gt;&lt;BR /&gt;;o)&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Tue, 27 Nov 2001 16:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permissions/m-p/2620932#M38686</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2001-11-27T16:32:12Z</dc:date>
    </item>
  </channel>
</rss>

