LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   logging into root (https://www.linuxquestions.org/questions/linux-software-2/logging-into-root-578264/)

jilloper 08-19-2007 05:41 PM

logging into root
 
in ubuntu i go to the main menu where you log in and i type username as root and then the password, but it says


"the system administrator is not allowed to log in from this screen"


wtf


what do i do so i can log in as root

dennisk 08-19-2007 06:49 PM

Try this at a terminal prompt after logging in as a normal user:

Quote:

sudo -i
This will give you a bash shell as root.

or type ALT F2

Quote:

gtksudo gedit
gtksudo logs you on as root (graphically) and runs the program given (here gedit) with root permissions.

The above should allow you to do everything you need to do as root.

dennisk

cconstantine 08-20-2007 08:34 AM

you can enable the root account by setting a password for root. Log in as the adminstrator account you created during install, then "sudo passwd root". Type the password for the admin account, then type (and confirm) a password for root.
-c


All times are GMT -5. The time now is 02:29 AM.