diff options
Diffstat (limited to 'static/v10/man2/getuid.2')
| -rw-r--r-- | static/v10/man2/getuid.2 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/static/v10/man2/getuid.2 b/static/v10/man2/getuid.2 new file mode 100644 index 00000000..eb3a3dd8 --- /dev/null +++ b/static/v10/man2/getuid.2 @@ -0,0 +1,29 @@ +.pa 1 +.he 'GETUID (II)'3/15/72'GETUID (II)' +.ti 0 +NAME getuid -- get user identification +.sp +.ti 0 +SYNOPSIS sys getuid / getuid = 24. +.br +(user ID in r0) +.sp +.ti 0 +DESCRIPTION getuid______ returns +the real user ID of +the current process. +The real user ID identifies the person who is logged in, +in contradistinction to the effective user ID, which +determines his access permission at each moment. +It is thus useful to programs which operate using +the "set user ID" mode, to find out who invoked them. +.sp +.ti 0 +.ti 0 +SEE ALSO setuid(II) +.sp +.ti 0 +DIAGNOSTICS -- +.sp +.ti 0 +BUGS -- |
