Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30th September 2011, 08:29 PM
eindoofus Offline
Registered User
 
Join Date: Sep 2011
Posts: 5
windows_7chrome
Does Fedora 13 make the user account created during the install an administrator?

Hi everyone, I'm new to this forum and I'm installing Fedora 15.

While installing Fedora 15 on the "Create User" screen it gives me the option to "Add to Administrators group" which doesn't show up in the Fedora 13 install.

Does Fedora 13 add the user account created during the install to the administrators group?

Thanks,
Mark

Last edited by eindoofus; 30th September 2011 at 09:07 PM.
Reply With Quote
  #2  
Old 30th September 2011, 09:24 PM
Dutchy Offline
Registered User
 
Join Date: Aug 2011
Posts: 697
linuxfirefox
Re: Does Fedora 13 add the user account created during the install to the administrat

Does the 'id"-command come up with a wheel group?
Then you should be an administrator just like on F15.
Reply With Quote
  #3  
Old 30th September 2011, 09:32 PM
eindoofus Offline
Registered User
 
Join Date: Sep 2011
Posts: 5
windows_7chrome
Re: Does Fedora 13 add the user account created during the install to the administrat

For the "id" I get:

uid=500(jmark) gid=500(jmark) groups=500(jmark) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023

Do I just change wheel in /etc/group to:

wheel:x:10:root,jmark

to make jmark an adminstrator. Right now it is:

wheel:x:10:root

Last edited by eindoofus; 30th September 2011 at 09:49 PM. Reason: unnecessary info
Reply With Quote
  #4  
Old 30th September 2011, 09:47 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128
linuxfirefox
Re: Does Fedora 13 add the user account created during the install to the administrat

If you add user jmark to the wheel group, then jmark get admin privileges using the sudo command. But first you would need to uncomment one of these two lines in the /etc/sudoers file:
Code:
# %wheel	ALL=(ALL)	ALL
# %wheel	ALL=(ALL)	NOPASSWD: ALL
Uncommenting the second line shown means jmark would not be required to enter his user password when using sudo to execute something that required admin privileges.
Reply With Quote
  #5  
Old 30th September 2011, 09:54 PM
eindoofus Offline
Registered User
 
Join Date: Sep 2011
Posts: 5
windows_7chrome
Re: Does Fedora 13 add the user account created during the install to the administrat

Thanks, it appears that I broke my Fedora 13 VM since I made my posted change without uncommenting those two lines you showed me.

Now the system appears to freeze after the OS loading bar finishes it's animation on bootup.

Can that really break the system, and if so, is there an quick fix for this?
Reply With Quote
  #6  
Old 30th September 2011, 10:04 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128
linuxfirefox
Re: Does Fedora 13 add the user account created during the install to the administrat

I don't think adding user jmark to the wheel group in itself would do anything to bork your system. And about uncommenting one or the other of those two lines mentioned, uncomment ONE or the OTHER, but not both.

You could probably undo your /etc/group edit (if you feel that's what's causing the problem) by booting into run level 1 (single user) mode. At the grub menu screen hit the A key and then type the number 1 to append that to the end of the kernel line and then hit ENTER. You'll be in console mode as root.
Reply With Quote
  #7  
Old 30th September 2011, 10:06 PM
eindoofus Offline
Registered User
 
Join Date: Sep 2011
Posts: 5
windows_7chrome
Re: Does Fedora 13 add the user account created during the install to the administrat

Thanks, how can I bring up the grub menu when booting?
Reply With Quote
  #8  
Old 30th September 2011, 10:13 PM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608
linuxfedorafirefox
Re: Does Fedora 13 add the user account created during the install to the administrat

Code:
sudo gedit /boot/grub/grub.conf
timeout=5
If that file is empty, the ending would be .cfg
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb

Last edited by sea; 30th September 2011 at 10:15 PM.
Reply With Quote
  #9  
Old 30th September 2011, 10:13 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128
linuxfirefox
Re: Does Fedora 13 add the user account created during the install to the administrat

By default the grub menu is hidden. To bring it up, you have to hit <any key> just at the right moment after the bios POST. It can be tricky, since the timeout is also way too short. To correct this, once you do get booted into a usuable console, you can edit the /etc/grub/grub.conf file so that the line:

hiddenmenu

becomes...

#hiddenmenu

and the line:

timeout=some_number

becomes.....

timeout=5

The timeout is in seconds. With those two edits, the grub menu will always appear at boot up and hold for 5 seconds before continuing on it's own unless you press a key to do something.
Reply With Quote
Reply

Tags
account, add, administrators, created, fedora, install, user

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
user account delete bug - unable to delete standard user account from administrator caesargunasingh Using Fedora 2 28th June 2011 05:16 PM
[SOLVED] Fedora 13 KDE can't log in to user account, kded crash itsjustarumour Using Fedora 0 3rd September 2010 05:27 PM
User account dialog for Fedora 13 RahulSundaram Fedora 13 Development Branch 4 25th January 2010 02:14 PM
Fedora 8 user account misaac Using Fedora 2 26th April 2008 05:58 AM
Install into root account instead of normal user account myisty Using Fedora 1 3rd June 2007 08:27 PM


Current GMT-time: 03:36 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat