Friday, December 14, 2012

Enable root user on Ubuntu 12.04

1st change root user password using;
sudo passwd root

Now, use this command to enable root login
sudo sh -c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'


I hope it helped. Feel free to comment...

No comments:

Post a Comment

Feel free to comment. Your comments are considered...