effective-user-id ( -- id )
Unix users

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


Vocabulary
unix.users

Inputs
None

Outputs
idan integer


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

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

Definition