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