unix.users vocabulary
Factor handbook » Vocabulary index


Documentation
Unix users

Metadata
Parents:unix
Authors:Doug Coleman
Platforms:unix


Words

Error classes
ClassSuperclassSlots
Image no-such-userImage tupleobj
Image no-userImage tuplestring


Tuple classes
ClassSuperclassSlots
Image passwdImage tupleuser-name password uid gid gecos dir shell


Generic words
WordStack effect
Image new-passwd( -- passwd )
Image passwd>new-passwd( passwd -- new-passwd )
Image set-effective-user( string/id -- )
Image set-real-user( string/id -- )
Image user-passwd( obj -- passwd/f )


Symbol words
Image user-cache


Ordinary words
WordStack effect
Image (with-effective-user)( string/id quot -- )
Image (with-real-user)( string/id quot -- )
Image <user-cache>( -- assoc )
Image ?user-id( string -- id/f )
Image all-user-names( -- seq )
Image all-users( -- seq )
Image effective-user-id( -- id )
Image effective-user-name( -- string )
Image no-such-user( obj -- * )
Image no-user( string -- * )
Image real-user-id( -- id )
Image real-user-name( -- string )
Image user-exists?( name/id -- ? )
Image user-home( name/uid -- path )
Image user-id( string -- id/f )
Image user-name( id -- string )
Image with-effective-user( string/id/f quot -- )
Image with-real-user( string/id/f quot -- )
Image with-user-cache( quot -- )


Class predicate words
WordStack effect
Image no-such-user?( object -- ? )
Image no-user?( object -- ? )
Image passwd?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
Image unix.users.macos