OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / gnumaniak / original / man1 / groups.1
1 .\" You may copy, distribute and modify under the terms of the LDP General
2 .\" Public License as specified in the LICENSE file that comes with the
3 .\" gnumaniak distribution
4 .\"
5 .\" The author kindly requests that no comments regarding the "better"
6 .\" suitability or up-to-date notices of any info documentation alternative
7 .\" is added without contacting him first.
8 .\"
9 .\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
10 .\"
11 .\"     GNU groups man page
12 .\"     man pages are NOT obsolete!
13 .\"     <ragnar@ragnar-hojland.com>
14 .TH groups 1 "18 June 2002" "GNU Shell Utilities 2.1"
15 .SH NAME
16 groups \- print the groups a user is in
17 .SH SYNOPSIS
18 .BI "groups [" username... ]
19 .sp
20 .B groups [\-\-help] [\-\-version]
21 .SH DESCRIPTION
22 .B groups
23 prints the names of the supplementary groups that each given
24 .IR username ,
25 or the current process if none are given.
26 If user names are given, the name of each user is printed before the
27 list of that user's groups.
28 .PP
29 The group lists are equivalent to the output of the command `id \-Gn'.
30 .SH OPTIONS
31 When GNU
32 .B groups
33 is invoked with exactly one argument, the following options are recognized:
34 .TP
35 .B "\-\-help"
36 Print a usage message on standard output and exit successfully.
37 .TP
38 .B "\-\-version"
39 Print version information on standard output then exit successfully.
40 .SH NOTES
41 Report bugs to bug-sh-utils@gnu.org.
42 Page updated by Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>