Wednesday, 7 February 2018

How to enable root login through GUI on 17.10?

How to enable root login through GUI on 17.10?

 we need to change 2 files in our ubunut 17.10. Plz Follw the steps

 

Open the terminal , and type

sudo vim /etc/gdm3/custom.conf
Under  [security] type  AllowRoot=true

So that it looks like
 
[security]
AllowRoot=true
 
Save and exit.
Then run
 
sudo vim /etc/pam.d/gdm-password
Within this file you have comment out the line containing
auth required pam_succeed_if.so user != root quiet_success

so that it looks like this
 
#auth required pam_succeed_if.so user != root quiet_success

Save the file and exit and reboot.


Ravi Ranjan Kr Singh
If you like my blog than please Donate

PAYTM 

No comments:

Post a Comment

Linux Solutions

How to install Xvidcap on ubuntu 13.04 or 12.04 step by step ?

To install Xvidcap on ubuntu 13.04 or 12.04 step by step Xvidcap is desktop movement capture tool to convert on video format . This soft...