plan9 man page for getuser

Query: getuser

OS: plan9

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
exec(2) - plan9
pipe(2) - plan9
read(2) - plan9
setjmp(2) - plan9
Similar Topics in the Unix Linux Community
Get Home Directory for Users in Login Hook Script
Awk variables not printing to StdOutput
changing which password is prompted for in sudoers
Find sessionids after match
How the home alias (~) is it expanded?