ID.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. ID(1)                     Minix Programmer's Manual                      ID(1)
  2. NAME
  3.      id - print the uid and gid
  4. SYNOPSIS
  5.      id
  6. EXAMPLES
  7.      id                  # Print the uid and gid
  8. DESCRIPTION
  9.      Id prints the current uid and gid, both numerically and symbolically.  If
  10.      the  effective  uid and gid are different from the real ones, all of them
  11.      are printed.
  12.      Under Minix-vmd the supplementary group IDs are also printed.
  13. SEE ALSO
  14.      getuid(2), getgid(2), getgroups(2).
  15.                                                                              1