#include <sys/types.h>#include <pwd.h>#include <stdlib.h>#include <unistd.h>#include <stdio.h>Include dependency graph for whoami.c:

Go to the source code of this file.
Functions | |
| _PROTOTYPE (int main,(void)) | |
| int | main () |
|
||||||||||||
|
|
|
|
Definition at line 11 of file whoami.c. References exit(), geteuid, getpwuid(), NULL, puts(), and passwd::pw_name. |
1.4.6