real-user-name ( -- string )
Unix users
Prev:user-exists? ( name/id -- ? )
Next:real-user-id ( -- id )


Vocabulary
unix.users

Inputs and outputs
stringa string


Word description
The real user-name of the current user.

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

Definition
IN: unix.users

: real-user-name ( -- string ) real-user-id user-name ; inline