Saturday, June 6, 2009

Login as root in ubuntu linux

By default the root user can not login in ubuntu linux, here I'm telling the steps to activate root login

1. Give password for root by loging as user
#sudo passwd root

2. Edit the gdm.conf configuration file
#sudo vi /etc/gdm/gdm.conf
Change "AllowrootLogin=false" into      "AllowrootLogin=true"

0 comments:

Post a Comment