diff options
Diffstat (limited to 'usr/src/man/man4/passwd.4')
| -rw-r--r-- | usr/src/man/man4/passwd.4 | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/usr/src/man/man4/passwd.4 b/usr/src/man/man4/passwd.4 index 581f343b8c..c7e2cf2639 100644 --- a/usr/src/man/man4/passwd.4 +++ b/usr/src/man/man4/passwd.4 @@ -4,7 +4,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH passwd 4 "28 Jul 2004" "SunOS 5.11" "File Formats" +.TH PASSWD 4 "Jul 28, 2004" .SH NAME passwd \- password file .SH SYNOPSIS @@ -30,7 +30,7 @@ Each \fBpasswd\fR entry is a single line of the form: .nf \fIusername\fR\fB:\fR\fIpassword\fR\fB:\fR\fIuid\fR\fB:\fR \fIgid\fR\fB:\fR\fIgcos-field\fR\fB:\fR\fIhome-dir\fR\fB:\fR -\fIlogin-shell\fR +\fIlogin-shell\fR .fi .in -2 .sp @@ -40,12 +40,10 @@ Each \fBpasswd\fR entry is a single line of the form: where .sp .ne 2 -.mk .na \fB\fIusername\fR\fR .ad .RS 15n -.rt is the user's login name. .sp The login (\fBlogin\fR) and role (\fBrole\fR) fields accept a string of no more @@ -61,12 +59,10 @@ must not contain a colon (\fB:\fR) or a newline (\fB\en\fR). .sp .ne 2 -.mk .na \fB\fIpassword\fR\fR .ad .RS 15n -.rt is an empty field. The encrypted password for the user is in the corresponding entry in the \fB/etc/shadow\fR file. \fBpwconv\fR(1M) relies on a special value of '\fBx\fR' in the password field of \fB/etc/passwd\fR. If this value @@ -77,34 +73,28 @@ be modified. .sp .ne 2 -.mk .na \fB\fIuid\fR\fR .ad .RS 15n -.rt is the user's unique numerical \fBID\fR for the system. .RE .sp .ne 2 -.mk .na \fB\fIgid\fR\fR .ad .RS 15n -.rt is the unique numerical \fBID\fR of the group that the user belongs to. .RE .sp .ne 2 -.mk .na \fB\fIgcos-field\fR\fR .ad .RS 15n -.rt is the user's real name, along with information to pass along in a mail-message heading. (It is called the gcos-field for historical reasons.) An ``\fB&\fR\&'' (ampersand) in this field stands for the login name (in cases where the login @@ -113,24 +103,20 @@ name appears in a user's real name). .sp .ne 2 -.mk .na \fB\fIhome-dir\fR\fR .ad .RS 15n -.rt is the pathname to the directory in which the user is initially positioned upon logging in. .RE .sp .ne 2 -.mk .na \fB\fIlogin-shell\fR\fR .ad .RS 15n -.rt is the user's initial shell program. If this field is empty, the default shell is \fB/usr/bin/sh\fR. .RE @@ -321,34 +307,28 @@ but with a \fIgcos\fR field of \fBGuest\fR .SH FILES .sp .ne 2 -.mk .na \fB\fB/etc/nsswitch.conf\fR\fR .ad .RS 22n -.rt .RE .sp .ne 2 -.mk .na \fB\fB/etc/passwd\fR\fR .ad .RS 22n -.rt .RE .sp .ne 2 -.mk .na \fB\fB/etc/shadow\fR\fR .ad .RS 22n -.rt .RE |
