Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Ten tips for new Ubuntu users
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Re:This tip made Ubuntu usable for me...
Posted by: Anonymous Coward on June 27, 2006 02:41 AMI found that the best way around the sudo / root problem is to
1. log in with my "master" account (the first one you create),
2. Open a terminal: Applications > Accessories > Terminal (I've added the launcher to my panel.)
3. Type sudo passwd root
4. You will be asked for the sudo password; enter it.
5. You'll then be asked for the new root password ; enter it.
6. You'll be asked to confirm the new root password.
7. You can now access the root account. If you want to do so from within Gnome, you have to allow root access. To do do (from the root account!),
a. System > Administration > Login Screen Setup
b. Find appropriate tab + click allow root.
As far as I've been able to tell, this will give you fully functional root account.
#