group


    group -- Change members of user group

    p4 group name
    p4 group -d name
    p4 group -o name
    p4 group -i

	Create a new user group or add/delete members from an existing
	group.  A group's members can be users and/or other groups.
	The group specification form is put into a temporary file and
	the editor (given by the environment variable $P4EDITOR) is invoked.

	A group exists when it has any users or other groups in it, and
	ceases to exist if all users and groups in it are removed.

	Each group has a MaxResults field, which limits the data size for
	operations that the users in that group can perform.  If MaxResults
	is 'unlimited', no limit is imposed.  A user's MaxResults is the
	highest of any group with a limit to which he belongs.  If the
	user belongs to no group with a limit, then his MaxResults is
	unlimited.  See 'p4 help maxresults' for more information.

	The -d flag deletes all users and groups from the named group, thus
	deleting the whole group.

	The -o flag causes the named group specification to be written
	to the standard output.  The user's editor is not invoked.

	The -i flag causes a group specification to be read from the
	standard input.  The user's editor is not invoked.  The new
	group specification entirely replaces the previous.

	All commands that require access granted by p4 protect consider
	a user's groups when calculating access level.  Groups are also
	used to calculate a user's MaxResults.

	p4 group requires superuser access granted by p4 protect