Change User Password in UNIX & Linux

You can change user password in UNIX/Linux system by using command passwd. If you have root privileges, you can freely change other user password in the system otherwise, you can only change your current user logged on.

# passwd <username>
Enter  <existing password>
Enter  <new password>
Enter  <new password again>

You May Also Like

Leave a Reply?