|
Lines 36-48
Link Here
|
| 36 |
.Dt PASSWD 5 |
36 |
.Dt PASSWD 5 |
| 37 |
.Os |
37 |
.Os |
| 38 |
.Sh NAME |
38 |
.Sh NAME |
| 39 |
.Nm passwd |
39 |
.Nm passwd , |
| 40 |
.Nd format of the password file |
40 |
.Nm master.passwd |
|
|
41 |
.Nd format of the password files |
| 41 |
.Sh DESCRIPTION |
42 |
.Sh DESCRIPTION |
| 42 |
The |
43 |
The |
| 43 |
.Nm |
44 |
.Nm |
| 44 |
files are files consisting of newline separated records, one per user, |
45 |
files are files consisting of newline separated records, one per user, |
| 45 |
containing ten colon |
46 |
containing seven or ten colon |
| 46 |
.Pq Ql \&: |
47 |
.Pq Ql \&: |
| 47 |
separated fields. These fields are as |
48 |
separated fields. These fields are as |
| 48 |
follows: |
49 |
follows: |
|
Lines 71-76
Link Here
|
| 71 |
.It shell |
72 |
.It shell |
| 72 |
User's login shell. |
73 |
User's login shell. |
| 73 |
.El |
74 |
.El |
|
|
75 |
.Pp |
| 76 |
The fields |
| 77 |
.Ar class , |
| 78 |
.Ar change |
| 79 |
and |
| 80 |
.Ar expire |
| 81 |
are not present in the file |
| 82 |
.Pa /etc/passwd . |
| 74 |
.Pp |
83 |
.Pp |
| 75 |
Lines whose first non-whitespace character is a pound-sign (#) |
84 |
Lines whose first non-whitespace character is a pound-sign (#) |
| 76 |
are comments, and are ignored. Blank lines which consist |
85 |
are comments, and are ignored. Blank lines which consist |