<?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: how to get the duplicate GID in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884055#M67060</link>
    <description>Also,&lt;BR /&gt;&lt;BR /&gt;With proper formatting, the output can be generated using the command ---&lt;BR /&gt;&lt;BR /&gt;awk -F: '{print NR ".  " $4 "      "$1}' /etc/passwd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Atul</description>
    <pubDate>Mon, 23 Oct 2006 04:47:18 GMT</pubDate>
    <dc:creator>Atul Gautam</dc:creator>
    <dc:date>2006-10-23T04:47:18Z</dc:date>
    <item>
      <title>how to get the duplicate GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884051#M67056</link>
      <description>How to write an awk program that reads /etc/passwd and prints the names of those users having the same GID in the form GID name1 name2 ...... &lt;BR /&gt;&lt;BR /&gt;Does the input data need to be sorted?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any Help is much appreciated :) &lt;BR /&gt;&lt;BR /&gt;Thanks in Advance &lt;BR /&gt;Soujanya.R</description>
      <pubDate>Fri, 20 Oct 2006 11:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884051#M67056</guid>
      <dc:creator>Soujanya</dc:creator>
      <dc:date>2006-10-20T11:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the duplicate GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884052#M67057</link>
      <description>The information is already available in /etc/group, no need to parse /etc/passwd.</description>
      <pubDate>Fri, 20 Oct 2006 18:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884052#M67057</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-10-20T18:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the duplicate GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884053#M67058</link>
      <description>Oh, well, I stand corrected. Only for supplementary groups does /etc/group include the usernames. Primary group must be retrieved from /etc/passwd.</description>
      <pubDate>Fri, 20 Oct 2006 18:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884053#M67058</guid>
      <dc:creator>Manuel Wolfshant</dc:creator>
      <dc:date>2006-10-20T18:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the duplicate GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884054#M67059</link>
      <description>Hey Soujanya,&lt;BR /&gt;&lt;BR /&gt;The command given below can give you a listing of the usernames and their GIDs but it will also contain the list of system users as well.&lt;BR /&gt;&lt;BR /&gt;# awk -F: '{print $1 "  " $4}' /etc/passwd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Atul</description>
      <pubDate>Mon, 23 Oct 2006 04:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884054#M67059</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2006-10-23T04:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the duplicate GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884055#M67060</link>
      <description>Also,&lt;BR /&gt;&lt;BR /&gt;With proper formatting, the output can be generated using the command ---&lt;BR /&gt;&lt;BR /&gt;awk -F: '{print NR ".  " $4 "      "$1}' /etc/passwd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Atul</description>
      <pubDate>Mon, 23 Oct 2006 04:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-get-the-duplicate-gid/m-p/3884055#M67060</guid>
      <dc:creator>Atul Gautam</dc:creator>
      <dc:date>2006-10-23T04:47:18Z</dc:date>
    </item>
  </channel>
</rss>

