util/user.sh¶
User info access.
- User()¶
User struct.
- UserGroup()¶
Group struct.
- User_group_ids()¶
Return (list, 0) of group ids for this user. If error, return (_, $EC).
- user_current()¶
Get info for the current user.
- user_group_lookup()¶
Find group by name.
- user_group_lookup_id()¶
Find group by gid.
- user_lookup()¶
Get user info for the given username.
- user_lookup_id()¶
Get user info for the given uid.