Saturday, 23 April 2016

How to change user password ?


Change your password
$ passwd
Enter current password and new password two times.

Change root password
Switch to root user
$ su -
# passwd

Change other user's password
Switch to root user
$ su -
# passwd username

No comments:

Post a Comment

Note: only a member of this blog may post a comment.