I'm an avid fan of using sudo when needed and avoiding typing my root password. In the command-line this works fairly easy: su - usermod -a -G wheel MYUSERNAME visudo # Uncomment the following line: %wheel ALL=(ALL) ALL In GNOME, the above won't 'just work' due to the (fortunate ... »