Category: ASP
__How can I change my user account password on my Redhat dedicated server?__
Connect to your server via SSH using a client application such as putty
 Login as the user you wish to change the password for
 Type: passwd
 Follow the prompts and enter your new password
For user root you will have to su to root, and then do the same above.
As the root user you can change the password for any other user account, for example if you wanted to change the admin user account you would do the following
 Type: passwd admin
 Follow the prompts and enter your new password
 
 


