ID.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

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