Example: change a user's password in Linux
Published by Nicholas Dunbar on October 9th, 2012
A simple example of changing a user's password
#Change a user's password
user@localhost the_directory> passwd username
user@localhost the_directory> passwd username
#Change your own
user@localhost the_directory> passwd
user@localhost the_directory> passwd
It is too bad that Google favors long content. I just wanted a simple example of this with out all the extra content to sort through. I hope that you found this short example easily.