]> granicus.if.org Git - shadow/blob - man/passwd.1
[svn-upgrade] Integrating new upstream version, shadow (4.0.16)
[shadow] / man / passwd.1
1 .\"     Title: passwd
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
4 .\"      Date: 06/06/2006
5 .\"    Manual: User Commands
6 .\"    Source: User Commands
7 .\"
8 .TH "PASSWD" "1" "06/06/2006" "User Commands" "User Commands"
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 passwd \- change user password
15 .SH "SYNOPSIS"
16 .HP 7
17 \fBpasswd\fR [\fIoptions\fR] \fIlogin\fR
18 .SH "DESCRIPTION"
19 .PP
20
21 \fBpasswd\fR
22 changes passwords for user accounts. A normal user may only change the password for his/her own account, while the super user may change the password for any account.
23 \fBpasswd\fR
24 also changes account information, such as the full name of the user, the user's login shell, or his/her password expiry date and interval.
25 .SS "Password Changes"
26 .PP
27 The user is first prompted for his/her old password, if one is present. This password is then encrypted and compared against the stored password. The user has only one chance to enter the correct password. The super user is permitted to bypass this step so that forgotten passwords may be changed.
28 .PP
29 After the password has been entered, password aging information is checked to see if the user is permitted to change the password at this time. If not,
30 \fBpasswd\fR
31 refuses to change the password and exits.
32 .PP
33 The user is then prompted twice for a replacement password. The second entry is compared against the first and both are required to match in order for the password to be changed.
34 .PP
35 Then, the password is tested for complexity. As a general guideline, passwords should consist of 6 to 8 characters including one or more characters from each of the following sets:
36 .TP 3n
37 \(bu
38 lower case alphabetics
39 .TP 3n
40 \(bu
41 digits 0 thru 9
42 .TP 3n
43 \(bu
44 punctuation marks
45 .sp
46 .RE
47 .PP
48 Care must be taken not to include the system default erase or kill characters.
49 \fBpasswd\fR
50 will reject any password which is not suitably complex.
51 .\" end of SS subsection "Password Changes"
52 .SS "Hints for user passwords"
53 .PP
54 The security of a password depends upon the strength of the encryption algorithm and the size of the key space. The
55 \fIUNIX\fR
56 System encryption method is based on the NBS DES algorithm and is very secure. The size of the key space depends upon the randomness of the password which is selected.
57 .PP
58 Compromises in password security normally result from careless password selection or handling. For this reason, you should not select a password which appears in a dictionary or which must be written down. The password should also not be a proper name, your license number, birth date, or street address. Any of these may be used as guesses to violate system security.
59 .PP
60 Your password must be easily remembered so that you will not be forced to write it on a piece of paper. This can be accomplished by appending two small words together and separating each with a special character or digit. For example, Pass%word.
61 .PP
62 Other methods of construction involve selecting an easily remembered phrase from literature and selecting the first or last letter from each word. An example of this is:
63 .TP 3n
64 \(bu
65 Ask not for whom the bell tolls
66 .TP 3n
67 \(bu
68 which produces
69 .TP 3n
70 \(bu
71 An4wtbt
72 .sp
73 .RE
74 .PP
75 You may be reasonably sure few crackers will have included this in their dictionaries. You should, however, select your own methods for constructing passwords and not rely exclusively on the methods given here.
76 .\" end of SS subsection "Hints for user passwords"
77 .SH "OPTIONS"
78 .PP
79 The options which apply to the
80 \fBpasswd\fR
81 command are:
82 .TP 3n
83 \fB\-a\fR, \fB\-\-all\fR
84 This option can be used only with
85 \fB\-S\fR
86 and causes show status for all users.
87 .TP 3n
88 \fB\-d\fR, \fB\-\-delete\fR
89 Delete a user's password (make it empty). This is a quick way to disable a password for an account. It will set the named account passwordless.
90 .TP 3n
91 \fB\-e\fR, \fB\-\-expire\fR
92 Immediately expire an account's password. This in effect can force a user to change his/her password at the user's next login.
93 .TP 3n
94 \fB\-h\fR, \fB\-\-help\fR
95 Display help message and exit.
96 .TP 3n
97 \fB\-i\fR, \fB\-\-inactive\fR \fIINACTIVE\fR
98 This option is used to disable an account after the password has been expired for a number of days. After a user account has had an expired password for
99 \fIINACTIVE\fR
100 days, the user may no longer sign on to the account.
101 .TP 3n
102 \fB\-k\fR, \fB\-\-keep\-tokens\fR
103 Indicate change password should be performed only for expired authentication tokens (passwords). The user wishes to keep their non\-expired tokens as before.
104 .TP 3n
105 \fB\-l\fR, \fB\-\-lock\fR
106 Lock the named account. This option disables an account by changing the password to a value which matches no possible encrypted value.
107 .TP 3n
108 \fB\-m\fR, \fB\-\-mindays\fR \fIMIN_DAYS\fR
109 Set the minimum number of days between password changes to
110 \fIMIN_DAYS\fR. A value of zero for this field indicates that the user may change his/her password at any time.
111 .TP 3n
112 \fB\-q\fR, \fB\-\-quiet\fR
113 Quiet mode.
114 .TP 3n
115 \fB\-r\fR, \fB\-\-repository\fR \fIREPOSITORY\fR
116 change password in
117 \fIREPOSITORY\fR
118 repository
119 .TP 3n
120 \fB\-S\fR, \fB\-\-status\fR
121 Display account status information. The status information consists of 7 fields. The first field is the user's login name. The second field indicates if the user account is locked (L), has no password (NP), or has a usable password (P). The third field gives the date of the last password change. The next four fields are the minimum age, maximum age, warning period, and inactivity period for the password. These ages are expressed in days.
122 .TP 3n
123 \fB\-u\fR, \fB\-\-unlock\fR
124 Unlock the named account. This option re\-enables an account by changing the password back to its previous value (to value before using
125 \fB\-l\fR
126 option).
127 .TP 3n
128 \fB\-w\fR, \fB\-\-warndays\fR \fIWARN_DAYS\fR
129 Set the number of days of warning before a password change is required. The
130 \fIWARN_DAYS\fR
131 option is the number of days prior to the password expiring that a user will be warned that his/her password is about to expire.
132 .TP 3n
133 \fB\-x\fR, \fB\-\-maxdays\fR \fIMAX_DAYS\fR
134 Set the maximum number of days a password remains valid. After
135 \fIMAX_DAYS\fR, the password is required to be changed.
136 .SH "CAVEATS"
137 .PP
138 Not all options may be supported. Password complexity checking may vary from site to site. The user is urged to select a password as complex as he or she feels comfortable with. Users may not be able to change their password on a system if NIS is enabled and they are not logged into the NIS server.
139 .SH "FILES"
140 .TP 3n
141 \fI/etc/passwd\fR
142 User account information.
143 .TP 3n
144 \fI/etc/shadow\fR
145 Secure user account information.
146 .SH "EXIT VALUES"
147 .PP
148 The
149 \fBpasswd\fR
150 command exits with the following values:
151 .TP 3n
152 \fI0\fR
153 success
154 .TP 3n
155 \fI1\fR
156 permission denied
157 .TP 3n
158 \fI2\fR
159 invalid combination of options
160 .TP 3n
161 \fI3\fR
162 unexpected failure, nothing done
163 .TP 3n
164 \fI4\fR
165 unexpected failure,
166 \fIpasswd\fR
167 file missing
168 .TP 3n
169 \fI5\fR
170 \fIpasswd\fR
171 file busy, try again
172 .TP 3n
173 \fI6\fR
174 invalid argument to option
175 .SH "SEE ALSO"
176 .PP
177
178 \fBgroup\fR(5),
179 \fBpasswd\fR(5),
180 \fBshadow\fR(5).