Previous Table of Contents Index Next
Perforce 2009.2: Command Reference



p4 groups
Synopsis
List groups of users.
Syntax
p4 [g-opts] groups [ -m max ] [ [ [ -i ] user | group ] | [ -v group ] ]
Description
Shows a list of all current groups of users as created by p4 group. Only the group names are displayed.
If the optional user argument is provided, only the groups containing that user are listed. If the optional group argument is provided, only groups containing the named group are listed.
Use the -i option to include groups to which the user (or group) belongs by means of being a member of a subgroup. If a group argument is given, only groups that contain the named group are displayed.
Use the -v option to display the MaxResults, MaxScanRows, MaxLockTime, and Timeout values for the named group, or, if no group is specified, for all groups.
Use the -m max option to limit the output to the first max groups.
Options
-m max
-i [ user | group ]
Display groups to which the user or group is an indirect member (that is, by means of inclusion in a subgroup).
-v [ group ]
Display verbose output: include MaxResults, MaxScanRows, MaxLockTime, and Timeout values.
Usage Notes
Can File Arguments Use
Revision Specifier?
To see all the members of a particular group, use p4 group -o groupname. This variation of p4 group requires only list access.
The -v and -i options are mutually exclusive.
Examples
Related Commands
p4 group -o groupname


Previous Table of Contents Index Next

Perforce 2009.2: Command Reference
Copyright 1999-2009 Perforce Software.