Unix and Linux Discussions Tagged with password |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
11,126 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
7,242 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
19,511 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,736 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
16,819 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
9 |
6,246 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,082 |
Shell Programming and Scripting |
|
|
|
1 |
3,777 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
17,102 |
Forum Support Area for Unregistered Users & Account Problems |
|
|
|
5 |
2,995 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,169 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,638 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
15,648 |
Solaris |
|
|
|
6 |
2,955 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,170 |
AIX |
|
|
|
1 |
1,960 |
What is on Your Mind? |
|
|
|
1 |
10,626 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
4,873 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,792 |
Shell Programming and Scripting |
|
|
|
1 |
6,249 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,657 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
42,013 |
OS X (Apple) |
|
|
|
5 |
3,666 |
Shell Programming and Scripting |
|
|
|
6 |
1,718 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
11,989 |
Shell Programming and Scripting |
|
|
|
16 |
5,802 |
Shell Programming and Scripting |
|
|
|
7 |
5,036 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,894 |
AIX |
|
|
|
8 |
4,026 |
Shell Programming and Scripting |
|
|
|
2 |
3,366 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,015 |
Shell Programming and Scripting |
|
|
|
5 |
3,555 |
Red Hat |
|
|
|
1 |
8,547 |
Debian |
|
|
|
4 |
3,014 |
Shell Programming and Scripting |
|
|
|
8 |
44,039 |
Shell Programming and Scripting |
|
|
|
10 |
8,480 |
Cybersecurity |
|
|
|
3 |
3,390 |
Red Hat |
|
|
|
7 |
7,700 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
8,000 |
Shell Programming and Scripting |
|
|
|
4 |
22,230 |
UNIX for Dummies Questions & Answers |
dxchpwd(1X) dxchpwd(1X)
NAME
dxchpwd - Create or change password program
SYNOPSIS
dxchpwd
dxchpwd -r | -l
dxchpwd [-r | -l] -q
dxchpwd [-r | -l] -u username
OPTIONS
If dxchpwd is invoked without any options, it is assumed that the current user's password is to be changed. The following options are also
accepted: Tells dxchpwd that the password change is to be done for a Local user. This can be combined with the -u and -q options. Tells
dxchpwd that the password change is to be done for a NIS user. This can only be done from a NIS master and can be combined with the -u and
-q options. Tells dxchpwd to query the user for the user name of the account whose password is to be changed. Tells dxchpwd to change
this user's password.
DESCRIPTION
The dxchpwd command lets you change your password. When you invoke the dxchpwd command, the program prompts you for the old password and
then for the new password. Next, the program asks you for the new password again, to verify that you have typed it correctly. Note that
the passwords are not displayed on the screen.
Your new password must meet the length requirements specified by the authorization database for the user whose password is being changed.
If your system is running with enhanced security, you may have to choose a password from a list of randomly generated passwords or you may
be prohibited from changing your password until its minimum lifetime has expired, as specified in the authorization database.
EXAMPLES
The following example requests that the password be changed for user smith: dxchpwd -u smith
FILES
Password file Protected Password Database dxchpwd executable
SEE ALSO
X(1X), xdm(1X), passwd(1)
dxchpwd(1X)