group - user group file
Description
Files
See Also
/vsta/etc/group is an ASCII file which defines the groups to which users belong. There is one entry per line, and each line has the format:
group_name:GID:capability[:capability...]The field descriptions are:
group_name the name of the group. GID the numerical group ID. capability This is a list of capabilities granted to members of this group. There can be one or more capabilities, separated by further colons. A user can access any file that either has the capability of the user or a capability granted from the group the user is a member of.
/vsta/etc/group
login(1), passwd(6), ids(6)
GROUP (6) |