effective-user-name ( -- string )
Unix users

Prev:set-real-user ( string/id -- )
Next:effective-user-id ( -- id )


Vocabulary
unix.users

Inputs
None

Outputs
stringa string


Word description
Returns the effective user-name for the current user.

See also
real-user-name, real-user-id, set-real-user, effective-user-id, set-effective-user

Definition