File: groups.1

package info (click to toggle)
shellutils 1.16-6
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 3,260 kB
  • ctags: 2,149
  • sloc: ansic: 22,416; yacc: 1,034; sh: 612; makefile: 350; perl: 239; sed: 93
file content (34 lines) | stat: -rw-r--r-- 992 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.TH GROUPS 1 "GNU Shell Utilities" "FSF" \" -*- nroff -*-
.SH NAME
groups \- print the groups a user is in
.SH SYNOPSIS
.B groups
[username...]
.br
.B groups
{\-\-help,\-\-version}
.SH DESCRIPTION
This documentation is no longer being maintained and may be inaccurate
or incomplete.  The Texinfo documentation is now the authoritative source.
.PP
This manual page
documents the GNU version of
.BR groups .
.B groups
prints the names of the supplementary groups that each given
.IR username ,
or the current process if none are given, is in.
If user names are given, the name of each user is printed before the
list of that user's groups.
.PP
The group lists are equivalent to the output of the command `id \-Gn'.
.SS OPTIONS
When GNU
.B groups
is invoked with exactly one argument, the following options are recognized:
.TP
.I "\-\-help"
Print a usage message on standard output and exit successfully.
.TP
.I "\-\-version"
Print version information on standard output then exit successfully.