Handbook
Glossary
effective-group-id ( -- string )
Unix groups
Prev:
effective-group-name ( -- string )
Next:
set-effective-group ( obj -- )
Vocabulary
unix
.
groups
Inputs
None
Outputs
string
a
string
Word description
Returns the effective group id for the current user.
Definition
USING:
unix.ffi
;
IN:
unix.groups
:
effective-group-id
( -- string )
getegid
;
inline