Parents: | unix |
Authors: | Doug Coleman |
Platforms: | unix |
Class | Superclass | Slots |
group | tuple | id name passwd members |
no-group | tuple | string |
Word | Stack effect |
group-struct | ( obj -- group/f ) |
set-effective-group | ( obj -- ) |
set-real-group | ( obj -- ) |
user-groups | ( string/id -- seq ) |
group-cache |
Word | Stack effect |
(with-effective-group) | ( string/id quot -- ) |
(with-real-group) | ( string/id quot -- ) |
<group-cache> | ( -- assoc ) |
?group-id | ( string -- id ) |
all-group-names | ( -- seq ) |
all-groups | ( -- seq ) |
effective-group-id | ( -- string ) |
effective-group-name | ( -- string ) |
group-exists? | ( name/id -- ? ) |
group-id | ( string -- id/f ) |
group-name | ( id -- string ) |
no-group | ( string -- * ) |
real-group-id | ( -- id ) |
real-group-name | ( -- string ) |
with-effective-group | ( string/id/f quot -- ) |
with-group-cache | ( quot -- ) |
with-real-group | ( string/id/f quot -- ) |
Word | Stack effect |
group? | ( object -- ? ) |
no-group? | ( object -- ? ) |