Unix users - Factor Documentation (original) (raw)
The unix.users vocabulary contains words that return information about Unix users.
Querying/setting the current real user:
real-user-id ( -- id )
set-real-user ( string/id -- )
Querying/setting the current effective user:
effective-user-name ( -- string )
effective-user-id ( -- id )
set-effective-user ( string/id -- )