Enable root password for Ubuntu

 1.Login with the username and password you provided while install.


2.Now run:

sudo passwd root

    provide new password.

3.Execute below command to change password expiry.

sudo passwd -u 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...