Handbook
Glossary
effective-user-id ( -- id )
Unix users
Prev:
effective-user-name ( -- string )
Next:
set-effective-user ( string/id -- )
Vocabulary
unix
.
users
Inputs
None
Outputs
id
an
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
USING:
unix.ffi
;
IN:
unix.users
:
effective-user-id
( -- id )
geteuid
;
inline