home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / id.1 < prev    next >
Encoding:
Text File  |  1991-11-13  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ID(1L)                                                     ID(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      id - print real and effective UIDs and GIDs
  10.  
  11. SYNOPSIS
  12.      id [-gnruG] [+group] [+name] [+real] [+user] [+groups]
  13.      [username]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of id.  id prints
  17.      information about the given user, or the process running it
  18.      if no user is specified.  By default, it prints the real
  19.      user ID, real group ID, effective user ID if different from
  20.      the real user ID, effective group ID if different from the
  21.      real group ID, and supplemental group IDs.  It prints each
  22.      of these values preceded by a string identifying it and fol-
  23.      lowed by the corresponding user or group name in
  24.      parentheses.
  25.  
  26.      The options cause id to print only part of the above infor-
  27.      mation.
  28.  
  29.      OPTIONS
  30.  
  31.      -_✓g, +_✓g_✓r_✓o_✓u_✓p
  32.           Print only the group ID.
  33.  
  34.      -_✓n, +_✓n_✓a_✓m_✓e
  35.           Print the user or group name instead of the ID number.
  36.           Requires -_✓u, -_✓g, or -_✓G.
  37.  
  38.      -_✓r, +_✓r_✓e_✓a_✓l
  39.           Print the real, instead of effective, user or group ID.
  40.           Requires -_✓u, -_✓g, or -_✓G.
  41.  
  42.      -_✓u, +_✓u_✓s_✓e_✓r
  43.           Print only the user ID.
  44.  
  45.      -_✓G, +_✓g_✓r_✓o_✓u_✓p_✓s
  46.           Print only the supplementary groups.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.