Hi,
For security reasons, I cannot "su" in console in my KDE.
Can this be disabled? Or what do you guys do? Frequently I have a lot of programs open, and all of a sudden I need to be "root"....what to do then?
thanks,
Supermule
Code: Select all
# usermod -G users,wheel username
Thanks, that was it...hooligan wrote:is your user in the "wheel" group in /etc/group?
I believe all users that need su must be in the wheel group...
From the Gentoo FAQ, section 2.2-3:
http://www.gentoo.org/doc/en/faq.xml
Why can't a user su to root?
For security reasons, users may only su to root if they belong to the wheel group. To add a username to the wheel group, issue the following command as root:
Code: Select all
# usermod -G users,wheel username