Handbook
Glossary
group-exists? ( name/id -- ? )
Unix groups
Prev:
all-group-names ( -- seq )
Next:
real-group-name ( -- string )
Vocabulary
unix
.
groups
Inputs
name/id
a name or a group id
Outputs
?
a
boolean
Word description
Returns a boolean representing the group's existence.
Definition
USING:
kernel
;
IN:
unix.groups
:
group-exists?
( name/id -- ? )
group-id
>boolean
;