GETUSER(2) System Calls Manual GETUSER(2)NAMEgetuser - get user nameSYNOPSIS#include <u.h> #include <libc.h> char* getuser(void)DESCRIPTIONGetuser 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.cSEE ALSOintro(2), cons(3) GETUSER(2)
| Related Man Pages |
|---|
| rune(2) - plan9 |
| dirread(2) - plan9 |
| fsession(2) - plan9 |
| perror(2) - plan9 |
| strcat(2) - plan9 |
| Similar Topics in the Unix Linux Community |
|---|
| Problem with command argument |
| changing which password is prompted for in sudoers |
| Compare user string with and predefined file... |
| New at scripting awk with variable |