I have a Google VM on Linux OS. I only have console user access to a normal user
When I try to change the OS login to root using the command "su -"
, the last password I remember is not working.
When searching how to reset the root password, the command was "sudo password root"
, I am not able to reset the password
---------------------------------
sudo passwd root
Changing password for user root.
New password:
Retype new password:
passwd: Authentication token manipulation error
--------------------------------------------
My question, how can I reset the root password on Google Console?