Answers for "how to reset password for ubuntu GCP instance"

0

how to reset password for ubuntu GCP instance

vfa_gianglt@instance-1:~$ sudo -i
root@instance-1:~# sudo bash
root@instance-1:~# sudo passwd root
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully
root@instance-1:~# cd /root
root@instance-1:~#
Posted by: Guest on November-11-2020

Code answers related to "how to reset password for ubuntu GCP instance"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language