Parents: | unix |
Authors: | Doug Coleman |
Platforms: | unix |
Class | Superclass | Slots |
no-such-user | tuple | obj |
no-user | tuple | string |
passwd | tuple | user-name password uid gid gecos dir shell |
Word | Stack effect |
new-passwd | ( -- passwd ) |
passwd>new-passwd | ( passwd -- new-passwd ) |
set-effective-user | ( string/id -- ) |
set-real-user | ( string/id -- ) |
user-passwd | ( obj -- passwd/f ) |
user-cache |
Word | Stack effect |
(with-effective-user) | ( string/id quot -- ) |
(with-real-user) | ( string/id quot -- ) |
<user-cache> | ( -- assoc ) |
?user-id | ( string -- id/f ) |
all-user-names | ( -- seq ) |
all-users | ( -- seq ) |
effective-user-id | ( -- id ) |
effective-user-name | ( -- string ) |
no-such-user | ( obj -- * ) |
no-user | ( string -- * ) |
real-user-id | ( -- id ) |
real-user-name | ( -- string ) |
user-exists? | ( name/id -- ? ) |
user-home | ( name/uid -- path ) |
user-id | ( string -- id/f ) |
user-name | ( id -- string ) |
with-effective-user | ( string/id/f quot -- ) |
with-real-user | ( string/id/f quot -- ) |
with-user-cache | ( quot -- ) |
Word | Stack effect |
no-such-user? | ( object -- ? ) |
no-user? | ( object -- ? ) |
passwd? | ( object -- ? ) |
Vocabulary | Summary |
unix.users.macos |