I am hunting the web on how to change passwords of an existing user using a salted hash.
I found that way with adding a non-existing user:
But I want to change the password of an existing user.
The man page of passwd is laking documentation on how to do that.