Want to change password my login

Solution 1:

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