4.4BSD/usr/share/man/cat1/id.0

Compare this file to the similar file:
Show the results in this format:

ID(1)                        BSD Reference Manual                        ID(1)

NNAAMMEE
     iidd - return user identity

SSYYNNOOPPSSIISS
     iidd [_u_s_e_r]
     iidd --GG [--nn] [_u_s_e_r]
     iidd --gg [--nnrr] [_u_s_e_r]
     iidd --pp
     iidd --uu [--nnrr] [_u_s_e_r]

DDEESSCCRRIIPPTTIIOONN
     The iidd utility displays the user and group names and numeric IDs, of the
     calling process, to the standard output.  If the real and effective IDs
     are different, both are displayed, otherwise only the real ID is dis-
     played.

     If a _u_s_e_r (login name or user ID) is specified, the user and group IDs of
     that user are displayed.  In this case, the real and effective IDs are
     assumed to be the same.

     The options are as follows:

     --GG      Display the different group IDs (effective, real and supplemen-
             tary) as white-space separated numbers, in no particular order.

     --gg      Display the effective group ID as a number.

     --nn      Display the name of the user or group ID for the --GG, --gg and --uu
             options instead of the number.  If any of the ID numbers cannot
             be mapped into names, the number will be displayed as usual.

     --pp      Make the output human-readable.  If the user name returned by
             getlogin(2) is different from the login name referenced by the
             user ID, the name returned by getlogin(2) is displayed, preceded
             by the keyword ``login''.  The user ID as a name is displayed,
             preceded by the keyword ``uid''.  If the effective user ID is
             different from the real user ID, the real user ID is displayed as
             a name, preceded by the keyword ``euid''.  If the effective group
             ID is different from the real group ID, the real group ID is dis-
             played as a name, preceded by the keyword ``rgid''.  The list of
             groups to which the user belongs is then displayed as names, pre-
             ceded by the keyword ``groups''.  Each display is on a separate
             line.

     --rr      Display the real ID for the --gg and --uu options instead of the ef-
             fective ID.

     --uu      Display the effective user ID as a number.

     The iidd utility exits 0 on success, and >0 if an error occurs.

SSEEEE AALLSSOO
     who(1)

SSTTAANNDDAARRDDSS
     The iidd function is expected to conform to IEEE Std1003.2 (``POSIX'').

HHIISSTTOORRYY
     The historic groups(1) command is equivalent to ``iidd --GGnn [_u_s_e_r]''.

     The historic whoami(1) command is equivalent to ``iidd --uunn''.


     The iidd command appears in 4.4BSD.