Class Sys::Group
In: ext/sys/admin.c
Parent: Object

Encapsulates information typically found in /etc/group

Methods

new  

Attributes

gid  [RW]  The user‘s primary group ID
members  [RW]  An array of users that are members of the group
name  [RW]  The user name associated with the account
passwd  [RW]  The user‘s encrypted password. Deprecated in favor of /etc/shadow

Public Class methods

Creates and returns a Group object, which encapsulates the information typically found within an /etc/group entry, i.e. a struct group.

If a block is provided, yields the object back to the block.

[Validate]