-A process audit user ID and other process audit properties, which requires privilege.
|
-F full name of the user.
| -G group IDs (effective, real and supplementary) as white-space separated numbers, in no particular order.
| -M MAC label of the current process.
| -P id as a password file entry.
| -g effective group ID as a number.
| -n name of the user or group ID for the -G, -g and -u options instead of the number. If any of the ID
numbers cannot be mapped into names, the number will be displayed as usual.
| -p Make the output human-readable. If the user name returned by getlogin(2) is different from the login name referenced by the user ID, the name returned by getlogin(2) is displayed, preceded by the keyword ``login''. The user
ID as a name is displayed, preceded by the keyword ``uid''. If the effective user ID is different from the real
user ID, the real user ID is displayed as a name, preceded by the keyword ``euid''. If the effective group ID is
different from the real group ID, the real group ID is displayed as a name, preceded by the keyword ``rgid''.
The list of groups to which the user belongs is then displayed as names, preceded by the keyword ``groups''.
Each display is on a separate line.
| -r real ID for the -g and -u options instead of the effective ID.
| -u effective user ID as a number.
| -a Ignored for compatibility with other id implementations.
| | | | | | | | | | | |