]> granicus.if.org Git - shadow/blob - man/groups.1
[svn-upgrade] Integrating new upstream version, shadow (4.0.14)
[shadow] / man / groups.1
1 .\" ** You probably do not want to edit this file directly **
2 .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
3 .\" Instead of manually editing it, you probably should edit the DocBook XML
4 .\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
5 .TH "GROUPS" "1" "11/05/2005" "User Commands" "User Commands"
6 .\" disable hyphenation
7 .nh
8 .\" disable justification (adjust text to left margin only)
9 .ad l
10 .SH "NAME"
11 groups \- display current group names
12 .SH "SYNOPSIS"
13 .HP 7
14 \fBgroups\fR [\fIuser\fR]
15 .SH "DESCRIPTION"
16 .PP
17 \fBgroups\fR
18 displays the current group names or ID values. If the value does not have a corresponding entry in
19 \fI/etc/group\fR, the value will be displayed as the numerical group value. The optional
20 \fIuser\fR
21 parameter will display the groups for the named
22 \fIuser\fR.
23 .SH "NOTE"
24 .PP
25 Systems which do not support concurrent group sets will have the information from
26 \fI/etc/group\fR
27 reported. The user must use
28 \fBnewgrp\fR
29 or
30 \fBsg\fR
31 to change their current real and effective group ID.
32 .SH "FILES"
33 .TP
34 \fI/etc/group\fR
35 group account information
36 .SH "SEE ALSO"
37 .PP
38 \fBnewgrp\fR(1),
39 \fBgetgid\fR(2),
40 \fBgetgroups\fR(2),
41 \fBgetuid\fR(2).