set-real-user ( string/id -- )
Unix users

Prev:real-user-id ( -- id )
Next:effective-user-name ( -- string )


Vocabulary
unix.users

Inputs
string/ida string or a user id


Outputs
None

Word description
Sets the current real user given a user-name or a user id.

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

Definition


Methods