System administrators often needs to change password of system users. This article explains you how ti change password of Linux users. Let suppose you want to change password of user 'zaeem'. Simply open a shell and type following commands.
# passwd zaeem
The output of above command is;
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
I hope you can find this article helpful.
Monday, December 21, 2009
Subscribe to:
Post Comments (Atom)
I don't know how to change passwords of Linux users. I read this article and it helped me alot.
ReplyDelete