OSDN Git Service

373d0cfe8cb62775d1def50e0a414f138365ee19
[linuxjm/LDP_man-pages.git] / release / man5 / group.5
1 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
2 .\"     Fri Apr  2 11:32:09 MET DST 1993
3 .\"
4 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
5 .\" This is free documentation; you can redistribute it and/or
6 .\" modify it under the terms of the GNU General Public License as
7 .\" published by the Free Software Foundation; either version 2 of
8 .\" the License, or (at your option) any later version.
9 .\"
10 .\" The GNU General Public License's references to "object code"
11 .\" and "executables" are to be interpreted as the output of any
12 .\" document formatting or typesetting system, including
13 .\" intermediate and printed output.
14 .\"
15 .\" This manual is distributed in the hope that it will be useful,
16 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
17 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 .\" GNU General Public License for more details.
19 .\"
20 .\" You should have received a copy of the GNU General Public
21 .\" License along with this manual; if not, see
22 .\" <http://www.gnu.org/licenses/>.
23 .\" %%%LICENSE_END
24 .\"
25 .\" Modified Sat Jul 24 17:06:03 1993 by Rik Faith (faith@cs.unc.edu)
26 .\"*******************************************************************
27 .\"
28 .\" This file was generated with po4a. Translate the source file.
29 .\"
30 .\"*******************************************************************
31 .TH GROUP 5 2010\-10\-21 Linux "Linux Programmer's Manual"
32 .SH 名前
33 group \- ユーザーグループのファイル
34 .SH 説明
35 \fI/etc/group\fP ファイルは、そのシステムのグループを定義するテキスト
36 ファイルである。 1 行に 1 エントリで、各行の形式は以下のとおりである。
37 .sp
38 .RS
39 group_name:password:GID:user_list
40 .RE
41 .sp
42 各フィールドは以下の通りである:
43 .TP  12
44 \fIgroup_name\fP
45 グループの名前。
46 .TP 
47 \fIpassword\fP
48 (暗号化された) パスワード。このフィールドが空ならパスワードは必要ない。
49 .TP 
50 \fIGID\fP
51 グループ ID 番号。
52 .TP 
53 \fIuser_list\fP
54 このグループのメンバーのユーザー名のリスト。 ユーザー名はコンマで区切られる。
55 .SH ファイル
56 /etc/group
57 .SH バグ
58 4.2BSD の \fBinitgroups\fP(3)  には次のように書かれている: 誰も \fI/etc/group\fP
59 を最新の状態に保ってはいないようである。
60 .SH 関連項目
61 \fBlogin\fP(1), \fBnewgrp\fP(1), \fBgetgrent\fP(3), \fBgetgrnam\fP(3), \fBpasswd\fP(5)
62 .SH この文書について
63 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
64 である。プロジェクトの説明とバグ報告に関する情報は
65 http://www.kernel.org/doc/man\-pages/ に書かれている。