Initial commit for Tizen
[profile/extras/shadow-utils.git] / man / it / passwd.5
1 '\" t
2 .\"     Title: passwd
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: File Formats and Conversions
7 .\"    Source: File Formats and Conversions
8 .\"  Language: Italian
9 .\"
10 .TH "PASSWD" "5" "16/02/2011" "File Formats and Conversions" "File Formats and Conversions"
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 "NOME"
31 passwd \- the password file
32 .SH "DESCRIZIONE"
33 .PP
34
35 /etc/passwd
36 contains one line for each user account, with seven fields delimited by colons (\(Fo:\(Fc)\&. These fields are:
37 .sp
38 .RS 4
39 .ie n \{\
40 \h'-04'\(bu\h'+03'\c
41 .\}
42 .el \{\
43 .sp -1
44 .IP \(bu 2.3
45 .\}
46 nome di login
47 .RE
48 .sp
49 .RS 4
50 .ie n \{\
51 \h'-04'\(bu\h'+03'\c
52 .\}
53 .el \{\
54 .sp -1
55 .IP \(bu 2.3
56 .\}
57 optional encrypted password
58 .RE
59 .sp
60 .RS 4
61 .ie n \{\
62 \h'-04'\(bu\h'+03'\c
63 .\}
64 .el \{\
65 .sp -1
66 .IP \(bu 2.3
67 .\}
68 numerical user ID
69 .RE
70 .sp
71 .RS 4
72 .ie n \{\
73 \h'-04'\(bu\h'+03'\c
74 .\}
75 .el \{\
76 .sp -1
77 .IP \(bu 2.3
78 .\}
79 numerical group ID
80 .RE
81 .sp
82 .RS 4
83 .ie n \{\
84 \h'-04'\(bu\h'+03'\c
85 .\}
86 .el \{\
87 .sp -1
88 .IP \(bu 2.3
89 .\}
90 user name or comment field
91 .RE
92 .sp
93 .RS 4
94 .ie n \{\
95 \h'-04'\(bu\h'+03'\c
96 .\}
97 .el \{\
98 .sp -1
99 .IP \(bu 2.3
100 .\}
101 user home directory
102 .RE
103 .sp
104 .RS 4
105 .ie n \{\
106 \h'-04'\(bu\h'+03'\c
107 .\}
108 .el \{\
109 .sp -1
110 .IP \(bu 2.3
111 .\}
112 optional user command interpreter
113 .RE
114 .PP
115 The encrypted password field may be blank, in which case no password is required to authenticate as the specified login name\&. However, some applications which read the
116 /etc/passwd
117 file may decide not to permit
118 \fIany\fR
119 access at all if the
120 \fIpassword\fR
121 field is blank\&. If the
122 \fIpassword\fR
123 field is a lower\-case
124 \(Fox\(Fc, then the encrypted password is actually stored in the
125 \fBshadow\fR(5)
126 file instead; there
127 \fImust\fR
128 be a corresponding line in the
129 /etc/shadow
130 file, or else the user account is invalid\&. If the
131 \fIpassword\fR
132 field is any other string, then it will be treated as an encrypted password, as specified by
133 \fBcrypt\fR(3)\&.
134 .PP
135 The comment field is used by various system utilities, such as
136 \fBfinger\fR(1)\&.
137 .PP
138 The home directory field provides the name of the initial working directory\&. The
139 \fBlogin\fR
140 program uses this information to set the value of the
141 \fB$HOME\fR
142 environmental variable\&.
143 .PP
144 The command interpreter field provides the name of the user\*(Aqs command language interpreter, or the name of the initial program to execute\&. The
145 \fBlogin\fR
146 program uses this information to set the value of the
147 \fB$SHELL\fR
148 environmental variable\&. If this field is empty, it defaults to the value
149 /bin/sh\&.
150 .SH "FILE"
151 .PP
152 /etc/passwd
153 .RS 4
154 informazioni sugli account utente\&.
155 .RE
156 .PP
157 /etc/shadow
158 .RS 4
159 optional encrypted password file
160 .RE
161 .PP
162 /etc/passwd\-
163 .RS 4
164 Backup file for /etc/passwd\&.
165 .sp
166 Note that this file is used by the tools of the shadow toolsuite, but not by all user and password management tools\&.
167 .RE
168 .SH "VEDERE ANCHE"
169 .PP
170
171 \fBcrypt\fR(3),
172 \fBgetent\fR(1),
173 \fBgetpwnam\fR(3),
174 \fBlogin\fR(1),
175 \fBpasswd\fR(1),
176 \fBpwck\fR(8),
177 \fBpwconv\fR(8),
178 \fBpwunconv\fR(8),
179 \fBshadow\fR(5),
180 \fBsu\fR(1),
181 \fBsulogin\fR(8)\&.