Basically in almost all linux distro's we have root access for login.
But in ubuntu by default that option is not enabled.
If u want to have root login in ubuntu then u have to do some changes in ur Ubuntu machines
Steps to follow
1.First enter into ubuntu as your user login.
2.Then open the terminal and type the command sudo -s,it will ask for root access and type the password.
3.Then type passwd root it will ask for new password
4.Open terminal and go to the path /etc/gdm/
5.Open gdm.conf
5.Open gdm.conf
6.search for AllowRoot=false
7.And then change AllowRoot=true
8.Now restart ur machine
9.Now you can enjoy with Ubuntu root access
No comments:
Post a Comment