8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man1 / groups.1
blobd7f86c82686be9ca87e8b31d8616d40f1a52e7fd
1 '\" te
2 .\"  Copyright 1989 AT&T  Copyright (c) 1992, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH GROUPS 1 "Sep 14, 1992"
7 .SH NAME
8 groups \- print group membership of user
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBgroups\fR [\fIuser\fR]...
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The command \fBgroups\fR prints on standard output the groups to which you or
19 the optionally specified user belong. Each user belongs to a group specified in
20 \fB/etc/passwd\fR and possibly to other groups as specified in
21 \fB/etc/group\fR. Note that  \fB/etc/passwd\fR specifies the numerical \fBID\fR
22 (\fBgid\fR) of the group. The \fBgroups\fR command converts \fBgid\fR to the
23 group name in the output.
24 .SH EXAMPLES
25 .sp
26 .LP
27 The output takes the following form:
28 .sp
29 .in +2
30 .nf
31 example% groups tester01 tester02
32 tester01 : staff
33 tester02 : staff
34 example%
35 .fi
36 .in -2
37 .sp
39 .SH FILES
40 .sp
41 .ne 2
42 .na
43 \fB\fB/etc/passwd\fR\fR
44 .ad
45 .RS 15n
47 .RE
49 .sp
50 .ne 2
51 .na
52 \fB\fB/etc/group\fR\fR
53 .ad
54 .RS 15n
56 .RE
58 .SH SEE ALSO
59 .sp
60 .LP
61 \fBgroup\fR(4), \fBpasswd\fR(4), \fBattributes\fR(5)