Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 794  / 2 Years ago, fri, january 7, 2022, 10:35:12

I want to change my computer's password. Right now my password is abc123. I run this command:



sudo passwd


I entered my current password and then a new one but the change does not take effect. How can I resolve this problem ?


More From » password

 Answers
4

If you want to change the password of the currently logged in- user, change the password with:



passwd


not



sudo passwd


if you want to use the command sudo passwd, you should tell the shell who's password it is that you want to change:



sudo passwd username

[#25686] Saturday, January 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ainbby

Total Points: 184
Total Questions: 115
Total Answers: 112

Location: Colombia
Member since Thu, Sep 29, 2022
2 Years ago
;