home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / id.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ID(1L)                                                     ID(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        id - print real and effective UIDs and GIDs
  9.  
  10. SSYYNNOOPPSSIISS
  11.        iidd   [-gnruG]   [--group]   [--name]   [--real]   [--user]
  12.        [--groups] [--help] [--version] [username]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This manual page documents the  GNU  version  of  iidd.   iidd
  16.        prints  information  about  the given user, or the process
  17.        running it if no user is specified.  By default, it prints
  18.        the real user ID, real group ID, effective user ID if dif-
  19.        ferent from the real user ID, effective group ID  if  dif-
  20.        ferent from the real group ID, and supplemental group IDs.
  21.        It prints each of these values preceded by a string  iden-
  22.        tifying it and followed by the corresponding user or group
  23.        name in parentheses.
  24.  
  25.        The options cause iidd to  print  only  part  of  the  above
  26.        information.
  27.  
  28.    OOPPTTIIOONNSS
  29.        _-_g_, _-_-_g_r_o_u_p
  30.               Print only the group ID.
  31.  
  32.        _-_G_, _-_-_g_r_o_u_p_s
  33.               Print only the supplementary groups.
  34.  
  35.        _-_-_h_e_l_p Print  a  usage message on standard output and exit
  36.               successfully.
  37.  
  38.        _-_n_, _-_-_n_a_m_e
  39.               Print the user or group name instead of the ID num-
  40.               ber.  Requires _-_u, _-_g, or _-_G.
  41.  
  42.        _-_r_, _-_-_r_e_a_l
  43.               Print the real, instead of effective, user or group
  44.               ID.  Requires _-_u, _-_g, or _-_G.
  45.  
  46.        _-_u_, _-_-_u_s_e_r
  47.               Print only the user ID.
  48.  
  49.        _-_-_v_e_r_s_i_o_n
  50.               Print version information on standard  output  then
  51.               exit successfully.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                    GNU Shell Utilities                      1
  65.  
  66.  
  67.