Author Topic: How to change a unix user password  (Read 4900 times)

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
How to change a unix user password
« on: June 09, 2011, 10:05:45 AM »
"A user forgot their password. Can I change it?"
Yes you can. The step-by-step solution to this problem is shown below.

Changing a User's Password

Step #1: Log in to the system as the "root" user.

Step #2: Assume the user's login account was "fred". At the command-line prompt, type "passwd fred".

Step #3: The system gives you the option of (1) Picking a password or (2) Having a password generated for you.

In this case you will probably want to select "1" to pick your own password. Enter "1".

Step #4: Enter the password two times (the second time is for verification).

The user's password has been changed.
« Last Edit: June 18, 2011, 11:27:02 AM by admin »