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