summaryrefslogtreecommitdiff
path: root/man/zh_CN/groups.1
blob: fbb2e4a67addbd15f95e21b530b186df738a90dd (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
'\" t
.\"     Title: groups
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\"      Date: 2012-02-12
.\"    Manual: 用户命令
.\"    Source: shadow-utils 4.1.5
.\"  Language: Chinese Simplified
.\"
.TH "GROUPS" "1" "2012-02-12" "shadow\-utils 4\&.1\&.5" "用户命令"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "名称"
groups \- 现实当前组名
.SH "大纲"
.HP \w'\fBgroups\fR\ 'u
\fBgroups\fR [\fI用户\fR]
.SH "描述"
.PP
The
\fBgroups\fR
command displays the current group names or ID values\&. If the value does not have a corresponding entry in
/etc/group, the value will be displayed as the numerical group value\&. The optional
\fIuser\fR
parameter will display the groups for the named
\fIuser\fR\&.
.SH "注意"
.PP
Systems which do not support concurrent group sets will have the information from
/etc/group
reported\&. The user must use
\fBnewgrp\fR
or
\fBsg\fR
to change his current real and effective group ID\&.
.SH "文件"
.PP
/etc/group
.RS 4
组账户信息。
.RE
.SH "参见"
.PP
\fBnewgrp\fR(1),
\fBgetgid\fR(2),
\fBgetgroups\fR(2),
\fBgetuid\fR(2)\&.