Ubuntu Linux: User Passwords

Students, faculty and staff can change user passwords in Ubuntu Linux.

All Linux systems have a “root” user account similar to the Windows Administrator account. Certain system-sensitive commands can only be performed as root, regardless of a user’s privileges.

Changing Your Password Through the Terminal

  1. From the Desktop Search, enter the word terminal.

  2. Select the appropriate item.

  3. Ensure that the correct account name is showing.

  4. Enter passwd.

  5. Press Enter.

  6. Type in the current user password.

  7. Type in the new user password. The system will not accept a blank or empty password. 

  8. Retype the new password a second time. You should then receive a message confirming that the password has been successfully updated.

Changing Your Password Through the Ubuntu Menu

  1. Click on the gear icon in the top-right of the desktop.

  2. Select System Settings.

  3. Click on User Accounts.

  4. If more than one user account is present:

    1. Select the account for which you wish to change the password.

    2. Press Password Field in the right column.

  5. Enter the current user password.

  6. Enter a new password.

  7. Retype the new password a second time.

  8. Press the Change button.

Changing Any User's Password Through the Terminal

  1. From the Desktop Search, enter the word “terminal.”

  2. Select the appropriate item.

  3. At the command prompt, type “sudo passwd user name” and press Enter. 

  4. Enter the root user password.

  5. Enter the new user password.

  6. Retype the new password a second time. You should then receive the message that the password has successfully been updated.

Related Articles