Initial commit for Tizen
[profile/extras/shadow-utils.git] / man / fr / groupmod.8
1 '\" t
2 .\"     Title: groupmod
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 16/02/2011
6 .\"    Manual: Commandes de gestion du syst\(`eme
7 .\"    Source: Commandes de gestion du syst\(`eme
8 .\"  Language: French
9 .\"
10 .TH "GROUPMOD" "8" "16/02/2011" "Commandes de gestion du syst\(`em" "Commandes de gestion du syst\(`em"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NOM"
31 groupmod \- Modifier la d\('efinition d\*(Aqun groupe du syst\(`eme
32 .SH "SYNOPSIS"
33 .HP \w'\fBgroupmod\fR\ 'u
34 \fBgroupmod\fR [\fIoptions\fR] \fIGROUPE\fR
35 .SH "DESCRIPTION"
36 .PP
37 The
38 \fBgroupmod\fR
39 command modifies the definition of the specified
40 \fIGROUP\fR
41 by modifying the appropriate entry in the group database\&.
42 .SH "OPTIONS"
43 .PP
44 Les options disponibles pour la commande
45 \fBgroupmod\fR
46 sont\ \&:
47 .PP
48 \fB\-g\fR, \fB\-\-gid\fR \fIGID\fR
49 .RS 4
50 The group ID of the given
51 \fIGROUP\fR
52 will be changed to
53 \fIGID\fR\&.
54 .sp
55 The value of
56 \fIGID\fR
57 must be a non\-negative decimal integer\&. This value must be unique, unless the
58 \fB\-o\fR
59 option is used\&. Values between 0 and 999 are typically reserved for system groups\&.
60 .sp
61 Any files that have the old group ID and must continue to belong to
62 \fIGROUP\fR, must have their group ID changed manually\&.
63 .RE
64 .PP
65 \fB\-h\fR, \fB\-\-help\fR
66 .RS 4
67 Afficher un message d\*(Aqaide et quitter\&.
68 .RE
69 .PP
70 \fB\-n\fR, \fB\-\-new\-name\fR \fINOUVEAU_NOM_GROUPE\fR
71 .RS 4
72 Le nom du groupe sera modifi\('e de
73 \fIGROUPE\fR
74 vers
75 \fINOUVEAU_NOM_GROUPE\fR\&.
76 .RE
77 .PP
78 \fB\-o\fR, \fB\-\-non\-unique\fR
79 .RS 4
80 When used with the
81 \fB\-g\fR
82 option, allow to change the group
83 \fIGID\fR
84 to a non\-unique value\&.
85 .RE
86 .PP
87 \fB\-p\fR, \fB\-\-password\fR \fIMOT_DE_PASSE\fR
88 .RS 4
89 Mot de passe chiffr\('e, comme renvoy\('e par
90 \fBcrypt\fR(3)\&.
91 .sp
92
93 \fBNote:\fR
94 This option is not recommended because the password (or encrypted password) will be visible by users listing the processes\&.
95 .sp
96 You should make sure the password respects the system\*(Aqs password policy\&.
97 .RE
98 .SH "CONFIGURATION"
99 .PP
100 Les variables de configuration suivantes de
101 /etc/login\&.defs
102 modifient le comportement de cet outil\ \&:
103 .PP
104 \fBMAX_MEMBERS_PER_GROUP\fR (nombre)
105 .RS 4
106 Nombre maximum de membres par entr\('ee de groupe\&. Lorsque le maximum est atteint, une nouvelle entr\('ee de groupe (ligne) est d\('emarr\('ee dans
107 /etc/group
108 (avec le m\(^eme nom, m\(^eme mot de passe, et m\(^eme GID)\&.
109 .sp
110 La valeur par d\('efaut est 0, ce qui signifie qu\*(Aqil n\*(Aqy a pas de limites pour le nombre de membres dans un groupe\&.
111 .sp
112 Cette fonctionnalit\('e (groupe d\('ecoup\('e) permet de limiter la longueur des lignes dans le fichier de groupes\&. Ceci est utile pour s\*(Aqassurer que les lignes pour les groupes NIS ne sont pas plus grandes que 1024 caract\(`eres\&.
113 .sp
114 Si vous avez besoin de fixer cette limite, vous pouvez utiliser 25\&.
115 .sp
116 Remarque\ \&: les groupes d\('ecoup\('es ne sont peut\-\(^etre pas pris en charge par tous les outils (m\(^eme dans la suite d\*(Aqoutils Shadow)\&. Vous ne devriez pas utiliser cette variable, sauf si vous en avez vraiment besoin\&.
117 .RE
118 .SH "FICHIERS"
119 .PP
120 /etc/group
121 .RS 4
122 Informations sur les groupes\&.
123 .RE
124 .PP
125 /etc/gshadow
126 .RS 4
127 Informations s\('ecuris\('ees sur les groupes\&.
128 .RE
129 .SH "VALEURS DE RETOUR"
130 .PP
131 La commande
132 \fBgroupmod\fR
133 retourne les valeurs suivantes en quittant\ \&:
134 .PP
135 \fI0\fR
136 .RS 4
137 succ\(`es
138 .RE
139 .PP
140 \fI2\fR
141 .RS 4
142 erreur de syntaxe
143 .RE
144 .PP
145 \fI3\fR
146 .RS 4
147 param\(`etre non valable pour l\*(Aqoption
148 .RE
149 .PP
150 \fI4\fR
151 .RS 4
152 le groupe sp\('ecifi\('e n\*(Aqexiste pas
153 .RE
154 .PP
155 \fI6\fR
156 .RS 4
157 le groupe sp\('ecifi\('e n\*(Aqexiste pas
158 .RE
159 .PP
160 \fI9\fR
161 .RS 4
162 nom de groupe d\('ej\(`a utilis\('e
163 .RE
164 .PP
165 \fI10\fR
166 .RS 4
167 impossible de mettre \(`a jour le fichier des groupes
168 .RE
169 .SH "VOIR AUSSI"
170 .PP
171 \fBchfn\fR(1),
172 \fBchsh\fR(1),
173 \fBpasswd\fR(1),
174 \fBgpasswd\fR(8),
175 \fBgroupadd\fR(8),
176 \fBgroupdel\fR(8),
177 \fBuseradd\fR(8),
178 \fBuserdel\fR(8),
179 \fBusermod\fR(8)\&.