Enable root user password in ubuntu |Change root password

 In Ubuntu, while installaing you should have created a new user and password.


Login ssh with new user and password.


Change root password using command#

#sudo passwd root

Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully



Now you can login with root .

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...