ICI Modules: sys: passwd
Modules by name : by typeSynopsis
struct | array = sys.passwd([ int | string ])Description
With no arguments passwd returns an array of all the password file entries for the system. With an argument it returns a single struct containing information on the user specified either by user identifier or name. In each case the struct contains the following keys,
name - user name passwd - encrypted password uid - user identifier, an int gid - group identifier, an int gecos - the so-called Gecos field dir - home directory shell - the user's shell