uidgid file - UID in parentheses

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Looking at file /usr/share/doc/setup-*/uidgid on RHEL7, I can see some lines containing -, ? or number in parentheses:



...
nslcd 65 (55) / /sbin/nologin nslcd
wine - 66 - - wine
...
listar ? ? ? ? listar
...


Meaning of ? and - can be somehow implied, but what about the numbers in parentheses?



For example, what does (100) mean for games user, given users group has UID 100?



games 12 (100) /usr/games /sbin/nologin setup
users - 100 - - setup


Or better—is there an official explanation of the syntax?







share|improve this question


























    up vote
    0
    down vote

    favorite












    Looking at file /usr/share/doc/setup-*/uidgid on RHEL7, I can see some lines containing -, ? or number in parentheses:



    ...
    nslcd 65 (55) / /sbin/nologin nslcd
    wine - 66 - - wine
    ...
    listar ? ? ? ? listar
    ...


    Meaning of ? and - can be somehow implied, but what about the numbers in parentheses?



    For example, what does (100) mean for games user, given users group has UID 100?



    games 12 (100) /usr/games /sbin/nologin setup
    users - 100 - - setup


    Or better—is there an official explanation of the syntax?







    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Looking at file /usr/share/doc/setup-*/uidgid on RHEL7, I can see some lines containing -, ? or number in parentheses:



      ...
      nslcd 65 (55) / /sbin/nologin nslcd
      wine - 66 - - wine
      ...
      listar ? ? ? ? listar
      ...


      Meaning of ? and - can be somehow implied, but what about the numbers in parentheses?



      For example, what does (100) mean for games user, given users group has UID 100?



      games 12 (100) /usr/games /sbin/nologin setup
      users - 100 - - setup


      Or better—is there an official explanation of the syntax?







      share|improve this question














      Looking at file /usr/share/doc/setup-*/uidgid on RHEL7, I can see some lines containing -, ? or number in parentheses:



      ...
      nslcd 65 (55) / /sbin/nologin nslcd
      wine - 66 - - wine
      ...
      listar ? ? ? ? listar
      ...


      Meaning of ? and - can be somehow implied, but what about the numbers in parentheses?



      For example, what does (100) mean for games user, given users group has UID 100?



      games 12 (100) /usr/games /sbin/nologin setup
      users - 100 - - setup


      Or better—is there an official explanation of the syntax?









      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 6 '17 at 19:19









      Jeff Schaller

      32k848109




      32k848109










      asked Dec 6 '17 at 19:05









      Alois Mahdal

      1,80732846




      1,80732846




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          The (100) seems to be assigning the default group of the user in /etc/passwd:



          $ grep games /etc/passwd /etc/group
          /etc/passwd:games:x:12:100:games:/usr/games:/sbin/nologin
          /etc/group:games:x:20:
          $ id games
          uid=12(games) gid=100(users) groups=100(users)





          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409279%2fuidgid-file-uid-in-parentheses%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            The (100) seems to be assigning the default group of the user in /etc/passwd:



            $ grep games /etc/passwd /etc/group
            /etc/passwd:games:x:12:100:games:/usr/games:/sbin/nologin
            /etc/group:games:x:20:
            $ id games
            uid=12(games) gid=100(users) groups=100(users)





            share|improve this answer
























              up vote
              1
              down vote













              The (100) seems to be assigning the default group of the user in /etc/passwd:



              $ grep games /etc/passwd /etc/group
              /etc/passwd:games:x:12:100:games:/usr/games:/sbin/nologin
              /etc/group:games:x:20:
              $ id games
              uid=12(games) gid=100(users) groups=100(users)





              share|improve this answer






















                up vote
                1
                down vote










                up vote
                1
                down vote









                The (100) seems to be assigning the default group of the user in /etc/passwd:



                $ grep games /etc/passwd /etc/group
                /etc/passwd:games:x:12:100:games:/usr/games:/sbin/nologin
                /etc/group:games:x:20:
                $ id games
                uid=12(games) gid=100(users) groups=100(users)





                share|improve this answer












                The (100) seems to be assigning the default group of the user in /etc/passwd:



                $ grep games /etc/passwd /etc/group
                /etc/passwd:games:x:12:100:games:/usr/games:/sbin/nologin
                /etc/group:games:x:20:
                $ id games
                uid=12(games) gid=100(users) groups=100(users)






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 7 '17 at 4:04









                rrauenza

                29116




                29116



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409279%2fuidgid-file-uid-in-parentheses%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay