<?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: id problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703296#M848720</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX hpi2000 B.11.20 U ia64 3268867754 unlimited-user license&lt;BR /&gt;# id&lt;BR /&gt;uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)&lt;BR /&gt;# id root&lt;BR /&gt;uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
    <pubDate>Mon, 15 Apr 2002 08:43:39 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-04-15T08:43:39Z</dc:date>
    <item>
      <title>id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703294#M848718</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a small problem, which I hope someone can help me with :).&lt;BR /&gt;&lt;BR /&gt;If I run the 'id' command logged in under a specific user on 10.20 and 11.00, I get the uid, gid and the groups.  If I run 'id &amp;gt;&amp;gt;username&amp;lt;&amp;lt; ' under 10.20 and 11.00, I get the same result.&lt;BR /&gt;&lt;BR /&gt;However, if I run 'id' on 11i I get the uid, gid and groups.  But if I run 'id &amp;gt;&amp;gt;username&amp;lt;&amp;lt;, I only get uid and gid.&lt;BR /&gt;&lt;BR /&gt;Does anyone know why this is and is there a patch or a fix/change to fix this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;AG</description>
      <pubDate>Mon, 15 Apr 2002 07:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703294#M848718</guid>
      <dc:creator>Alex Green</dc:creator>
      <dc:date>2002-04-15T07:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703295#M848719</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;Running id on our 10.20, 11.0 or 11.11 systems produces the same output.  Groups are shown.  We have HPUXBase32 (11.11) installed.&lt;BR /&gt;&lt;BR /&gt;If you do "cat /etc/group | grep username", do you get any results?  If not, then id username won't show the groups.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mateja</description>
      <pubDate>Mon, 15 Apr 2002 08:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703295#M848719</guid>
      <dc:creator>Mateja Bezjak</dc:creator>
      <dc:date>2002-04-15T08:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703296#M848720</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX hpi2000 B.11.20 U ia64 3268867754 unlimited-user license&lt;BR /&gt;# id&lt;BR /&gt;uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)&lt;BR /&gt;# id root&lt;BR /&gt;uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Mon, 15 Apr 2002 08:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703296#M848720</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-04-15T08:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703297#M848721</link>
      <description>ok,&lt;BR /&gt;&lt;BR /&gt;all our users are listed on nis, would this affect the output of id??&lt;BR /&gt;&lt;BR /&gt;I have tried this on three 11i systems, two 11.00 systems and two 10.20 systems.&lt;BR /&gt;&lt;BR /&gt;As root:&lt;BR /&gt;&lt;BR /&gt;id and id root... is the same.&lt;BR /&gt;&lt;BR /&gt;As nis user with only a primary group:&lt;BR /&gt;&lt;BR /&gt;id and id user... is the same&lt;BR /&gt;&lt;BR /&gt;As nis user with primary and secondary groups:&lt;BR /&gt;&lt;BR /&gt;id: shows UID,GID and secondary groups.&lt;BR /&gt;&lt;BR /&gt;id user: only shows UID and GID.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any clues.&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Mon, 15 Apr 2002 08:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703297#M848721</guid>
      <dc:creator>Alex Green</dc:creator>
      <dc:date>2002-04-15T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703298#M848722</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Check if you have   /etc/logingroup&lt;BR /&gt;If you do not have it, create it like this:&lt;BR /&gt;&lt;BR /&gt; ln -s /etc/logingroup  /etc/group&lt;BR /&gt;&lt;BR /&gt;See man logingroup&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav</description>
      <pubDate>Mon, 15 Apr 2002 09:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703298#M848722</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-04-15T09:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703299#M848723</link>
      <description>Alex,&lt;BR /&gt;&lt;BR /&gt;YES, NIS will change the results of "id".&lt;BR /&gt;&lt;BR /&gt;IE:&lt;BR /&gt;&lt;BR /&gt;$ id root&lt;BR /&gt;uid=0(root) gid=3(sys) groups=105(dev)&lt;BR /&gt;$ id hbrown&lt;BR /&gt;uid=4058(hbrown) gid=105(dev)&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note that "root" is not NIS therefore more info is available.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 15 Apr 2002 10:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703299#M848723</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-15T10:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703300#M848724</link>
      <description>So why, if I run id as root:&lt;BR /&gt;&lt;BR /&gt;id user&lt;BR /&gt;&lt;BR /&gt;do I get UID, GID and Groups, but if I run as the user:&lt;BR /&gt;&lt;BR /&gt;id user&lt;BR /&gt;&lt;BR /&gt;I only get, UID and GID.&lt;BR /&gt;&lt;BR /&gt;This is only on 11i</description>
      <pubDate>Mon, 15 Apr 2002 10:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703300#M848724</guid>
      <dc:creator>Alex Green</dc:creator>
      <dc:date>2002-04-15T10:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703301#M848725</link>
      <description>I have created another group,"it", for my account. I got following.&lt;BR /&gt;&lt;BR /&gt;# id jchang&lt;BR /&gt;uid=7067(jchang) gid=108(discus)&lt;BR /&gt;&lt;BR /&gt;Why I can not see the "groups" info?&lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Tue, 11 Jan 2005 18:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703301#M848725</guid>
      <dc:creator>Ken Mueller</dc:creator>
      <dc:date>2005-01-11T18:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703302#M848726</link>
      <description>Ken,&lt;BR /&gt;&lt;BR /&gt;Would you mind creating a new thread (question) out of your inquiry?  It's a good question, but is really different from Alex's question.&lt;BR /&gt;&lt;BR /&gt;Just my $.02.  :-)&lt;BR /&gt;&lt;BR /&gt;Mic</description>
      <pubDate>Tue, 11 Jan 2005 22:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703302#M848726</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2005-01-11T22:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: id problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703303#M848727</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;In 11i , when you do id , it takes the group info from the first 20 lines of your /etc/group file. If you have more than 20 lines, it may not display it. change the position of your id / group in /etc/group file and see the difference. &lt;BR /&gt;&lt;BR /&gt;James&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 10:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/id-problems/m-p/2703303#M848727</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2005-01-13T10:23:55Z</dc:date>
    </item>
  </channel>
</rss>

