Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I change my password
#1

passwd is the unix password command that allows you to change your password.

Executed on its own will change the password for the currently logged in user.

If you are root and execute passwd user , then you will be able to change the password for that user.

Reply
#2

If you are a root, you want to change other user's password use:

 



Code:
[root@odyssey venom]# passwd digerati

Changing password for user digerati.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
[root@odyssey venom]#




Reply
#3

Hence what I wrote in my first post

Quote:If you are root and execute passwd user
Reply
#4
Oops heh soz. didn't notice. but also it would be nice to show what the output looks like
Reply
#5
Yes I got lazy on that one.. Examples are great.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)