<?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: Maximum UID and GID in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824636#M66514</link>
    <description>Never worked on this distribution.&lt;BR /&gt;I suggest you to create a user there and to play with it:&lt;BR /&gt;first try to assign it the mentioned UID - in case it works -try a bigger one.&lt;BR /&gt;Anyway - I wouldn't recommend you to work with something that isn't recommended by the system (obviously).&lt;BR /&gt;Cheers.</description>
    <pubDate>Mon, 17 Jul 2006 07:20:31 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2006-07-17T07:20:31Z</dc:date>
    <item>
      <title>Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824632#M66510</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; What is maximum number for UID and GID for Redhat Linux and OpenBSD?&lt;BR /&gt;&lt;BR /&gt;TIA.</description>
      <pubDate>Mon, 17 Jul 2006 05:32:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824632#M66510</guid>
      <dc:creator>SGK</dc:creator>
      <dc:date>2006-07-17T05:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824633#M66511</link>
      <description>Maximum recommended is: 65535&lt;BR /&gt;But the maximum allowable uid/gid is:&lt;BR /&gt;4294967295</description>
      <pubDate>Mon, 17 Jul 2006 06:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824633#M66511</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-07-17T06:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824634#M66512</link>
      <description>True for Redhat and FreeBSD.</description>
      <pubDate>Mon, 17 Jul 2006 06:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824634#M66512</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-07-17T06:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824635#M66513</link>
      <description>&lt;BR /&gt;Is it same for OpenBSD?</description>
      <pubDate>Mon, 17 Jul 2006 07:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824635#M66513</guid>
      <dc:creator>SGK</dc:creator>
      <dc:date>2006-07-17T07:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824636#M66514</link>
      <description>Never worked on this distribution.&lt;BR /&gt;I suggest you to create a user there and to play with it:&lt;BR /&gt;first try to assign it the mentioned UID - in case it works -try a bigger one.&lt;BR /&gt;Anyway - I wouldn't recommend you to work with something that isn't recommended by the system (obviously).&lt;BR /&gt;Cheers.</description>
      <pubDate>Mon, 17 Jul 2006 07:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824636#M66514</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-07-17T07:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824637#M66515</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I believe this is a System V convention.&lt;BR /&gt;&lt;BR /&gt;Its time to test it though, it will do no harm creating a dummy user and editing /etc/passwd and /etc/group for test purposes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 17 Jul 2006 07:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824637#M66515</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-17T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824638#M66516</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; I think the Maximum UID/GID for OpenBSD is 2147483647. I tried the following steps in OpenBSD:&lt;BR /&gt;&lt;BR /&gt;# groupadd -g 42949672950 testgrp&lt;BR /&gt;# more /etc/group&lt;BR /&gt;testgrp:*:2147483647:&lt;BR /&gt;&lt;BR /&gt;# useradd -g testgrp -u 42949672950 testusr&lt;BR /&gt;# more /etc/passwd&lt;BR /&gt;testusr:*:2147483647:2147483647::/home/testusr:/bin/csh&lt;BR /&gt;&lt;BR /&gt;Based on the above result, I guess its 2147483647.&lt;BR /&gt;&lt;BR /&gt;Correct?</description>
      <pubDate>Mon, 17 Jul 2006 07:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824638#M66516</guid>
      <dc:creator>SGK</dc:creator>
      <dc:date>2006-07-17T07:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824639#M66517</link>
      <description>I'd assume so.&lt;BR /&gt;&lt;BR /&gt;Best regards.</description>
      <pubDate>Mon, 17 Jul 2006 08:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824639#M66517</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-07-17T08:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824640#M66518</link>
      <description>*chuckles* they signed the longint :P</description>
      <pubDate>Mon, 17 Jul 2006 18:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824640#M66518</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-07-17T18:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum UID and GID</title>
      <link>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824641#M66519</link>
      <description>In Red Hat Enterprise Linux 2.1 and later versions the Linux kernel supports 32 bit limits for the UID and GID. The UID and GID are stored internally as signed integer values, so there are 31 bits available to store UID's and GID's. This results in a system limit of 2,147,483,648.&lt;BR /&gt;&lt;BR /&gt;For full info, go to &lt;A href="http://kbase.redhat.com/faq/FAQ_80_6231.shtm" target="_blank"&gt;http://kbase.redhat.com/faq/FAQ_80_6231.shtm&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2006 21:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/maximum-uid-and-gid/m-p/3824641#M66519</guid>
      <dc:creator>Ryan Goh</dc:creator>
      <dc:date>2006-07-24T21:37:27Z</dc:date>
    </item>
  </channel>
</rss>

