May
08
How to change password in linux console?
Posted by | Posted in CentOS, Linux, Ubuntu | Posted on 08-May-2010
Tagged Under : Command Line, Linux, SSH, Ubuntu
Connect to server via SSH and then issue the following command
sudo passwd
output will be something similar to this
root@vps:~# sudo passwd Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully


