United States-English |
|
|
HP-UX Reference > Iid(1)HP-UX 11i Version 3: February 2007 |
|
NAMEid — print user and group IDs and names DESCRIPTIONThe id command writes a message to standard output, giving the user and group IDs and names for the process. If the effective and real IDs are different, both are printed. If the process has supplementary group affiliations (see groups(1)), the supplementary group affiliations are also written. If the user operand is specified and the process has appropriate privileges, the user and group IDs of the selected user are written. In this case, effective IDs are assumed to be identical to real IDs. If the selected user has more than one allowable group membership listed in the group database, then the group membership information is written. OptionsThe following options modify the behavior described above.
RETURN VALUEThe error codes returned by id are :
EXAMPLESTo display the current user and group data: id produces: uid=1834(allanp) gid=20(users) To display the group ID number for the current process: id -g produces: 20 To display the group name for the current process: id -gn produces: users To display the user and group data for another user: id ralford produces: uid=329(ralford) gid=20(users) To display the PRM group ID for the current process: id -P produces: uid=329(ralford) gid=20(users) prmid=1(OTHERS) SEE ALSOgroups(1), logname(1), getuid(2). HP Process Resource Manager: prmconfig(1), prmconf(4) in HP Process Resource Manager User's Guide. |
Printable version | ||
|