How to change the Linux Server username and password
This tutorial shows you how to change the Linux Server username and password.
Step 1. | Log in to server console as root user. |
Step 2. | You can change your Linux user password using the passwd command. [root@myserver ~]# passwd USERNAME |
Step 3. | Changing the password for user USERNAME. New password: MY PASSWORDRetype new password: MY PASSWORD |
|
Congratulations, you have changed the Linux Server user password.