whoami(1)
NAME
whoami − display the effective current username
SYNOPSIS
whoami
DESCRIPTION
whoami displays the login name corresponding to the current effective user ID. If you have used su to temporarily adopt another user, whoami will report the login name associated with that user ID. whoami gets its information from the geteuid and getpwuid library routines (see getuid and getpwent, respectively).
FILES
/etc/passwd username data base
SEE ALSO
su(1), who(1) in the CX/UX User’s Reference Manual.
getuid(2), getpwent(3) in the CX/UX Programmer’s Reference Manual.
CX/UX User’s Reference Manual