Sunday, October 4, 2015

ENABLE ROOT USER IN LINUX

Root user is super user in linux operating system. In ubuntu, it is not enabled by default. To Enable "root" user in linux, follow below commands.

First Change the password of root by executing below command

sudo passwd root
 
This will ask you enter password. After configuring the password, unlock root user by following command.

sudo passwd -u root 
 
In case if above solution works for you then kindly leave a comment for ensuring the credibility of the solution.

Thanks.



No comments:

Docker Tutorial

 I have listed all the necessary commands of Docker below. In case if any is missing or if any improvement required, please share in comment...