OSDN Git Service

(split) LDP: Restore and add Copyrights for draft pages
[linuxjm/LDP_man-pages.git] / draft / 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 .\"
32 .\" Japanese Version Copyright (c) 1997 Ueyama Rui
33 .\"         all rights reserved.
34 .\" Translated 1997-08-30, Ueyama Rui <rui@campus.or.jp>
35 .\" Modified 2005-02-20, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
36 .\"
37 .TH GROUP 5 2010\-10\-21 Linux "Linux Programmer's Manual"
38 .SH 名前
39 group \- ユーザーグループのファイル
40 .SH 説明
41 \fI/etc/group\fP ファイルは、そのシステムのグループを定義するテキスト
42 ファイルである。 1 行に 1 エントリで、各行の形式は以下のとおりである。
43 .sp
44 .RS
45 group_name:password:GID:user_list
46 .RE
47 .sp
48 各フィールドは以下の通りである:
49 .TP  12
50 \fIgroup_name\fP
51 グループの名前。
52 .TP 
53 \fIpassword\fP
54 (暗号化された) パスワード。このフィールドが空ならパスワードは必要ない。
55 .TP 
56 \fIGID\fP
57 グループ ID 番号。
58 .TP 
59 \fIuser_list\fP
60 このグループのメンバーのユーザー名のリスト。 ユーザー名はコンマで区切られる。
61 .SH ファイル
62 /etc/group
63 .SH バグ
64 4.2BSD の \fBinitgroups\fP(3)  には次のように書かれている: 誰も \fI/etc/group\fP
65 を最新の状態に保ってはいないようである。
66 .SH 関連項目
67 \fBlogin\fP(1), \fBnewgrp\fP(1), \fBgetgrent\fP(3), \fBgetgrnam\fP(3), \fBpasswd\fP(5)
68 .SH この文書について
69 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
70 である。プロジェクトの説明とバグ報告に関する情報は
71 http://www.kernel.org/doc/man\-pages/ に書かれている。