getuser(2) plan9 man page | unix.com

Man Page: getuser

Operating Environment: plan9

Section: 2

GETUSER(2)							System Calls Manual							GETUSER(2)

NAME
getuser - get user name
SYNOPSIS
#include <u.h> #include <libc.h> char* getuser(void)
DESCRIPTION
Getuser returns a pointer to static data which contains the null-terminated name of the user who owns the current process. Getuser reads /dev/user to find the name.
SOURCE
/sys/src/libc/port/getuser.c
SEE ALSO
intro(2), cons(3) GETUSER(2)
Related Man Pages
brk(2) - plan9
fork(2) - plan9
memory(2) - plan9
pipe(2) - plan9
wait(2) - plan9
Similar Topics in the Unix Linux Community
The /etc/shells file is missing.
Changing Passwd on Many servers that is not NIS
Compare user string with and predefined file...
Process lose its parent then consume high CPU usage ...
Return: can only `return' from a function or sourced script