Handbook
Glossary
set-real-group ( obj -- )
Unix groups
Prev:
real-group-id ( -- id )
Next:
effective-group-name ( -- string )
Vocabulary
unix
.
groups
Inputs
obj
an
object
Outputs
None
Word description
Sets the real group id for the current user.
Definition
IN:
unix.groups
GENERIC:
set-real-group
( obj -- )
Methods
USING:
math
unix.groups
unix.groups.private
;
M:
integer
set-real-group
(set-real-group)
;
USING:
strings
unix.groups
unix.groups.private
;
M:
string
set-real-group
?group-id
(set-real-group)
;