I want to give my user account SuperUser privileges.
In Yast, the root group to the users list of groups.
Yet, at the command line, as the user, I cannot run any prileged programs like yast itself.
I want to give my user account SuperUser privileges.
In Yast, the root group to the users list of groups.
Yet, at the command line, as the user, I cannot run any prileged programs like yast itself.
The root group won’t do that.
It’s a bad idea to give you account su privileges without a password. It’s just as bad as logging in as root. If you do that, it’s only a matter of time before you shoot yourself in the foot by messing up the system.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Agreed. If you need to do something that requires privileges then just
use sudo/gnomesu/kdesu/su to give yourself privileges temporarily. Doing
otherwise (running with ‘root’ privileges permanently even if you are not
actually the root user) just means you don’t know how to use your computer
properly. With windows there may not be another way, but that’s
microsoft’s fault (mostly). With any other OS (or at least any OS
designed properly) running as root is only needed to do things that modify
the entire system. In those cases you need to do something using power
you should be consciously thinking, “I need to do something root-powered”
so you also are conscious enough to click ‘No’ if you get any weird popups
at the same time asking you to install some neat software that is actually
malicious.
Good luck.
ken yap wrote:
> The root group won’t do that.
>
> It’s a bad idea to give you account su privileges without a password.
> It’s just as bad as logging in as root. If you do that, it’s only a
> matter of time before you shoot yourself in the foot by messing up the
> system.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQIcBAEBAgAGBQJJ1wcfAAoJEF+XTK08PnB55+UQAIv/mI5JJNUFrKND0b/gA1o0
hTNelniVDtHeYcvj+MFuId9kSmnOY5PUCw5RB2MPRCAlEiWsYxd3RPg7szKpvBxz
sf6/nq9XWucKCT4xPzQo26WB06q6zZS4U+WiFsvgBzgdUng8cKUFqt0KMnNzpfih
1dph0jqAhwyfE7gZYU/hx47xWdV/Esz79raFju38ZkoUhR0O+HnxRfc5Lcq+0JKt
hZI55uwMTcNha25I6kFZSr042uafR6g+vnFMkc9JAdZ1E9EJ4QE7hXGdXe4/NTBx
fmqD7CcbS6vcAA9EdRYbTrbpgFe84sg4otPZga3u8GIc3kZNaBtuK4HQhCUYRqOZ
EQaJP22RW+DyS4RLf2GnoOQNcuwUw/w6TyJN2KdgeyjwKaRCCMaOm82KqwOi1bJz
5FN/OrLAYri1yIlzJzQhOF6gAvy23z8f4rXqnJpFMXxVaLTMT410VDdNJ4Rv5O9+
AAjIlRNTnjpeSKLuvl/2Y1eYHIKZw/IWTOYQxfegSBJhQAt78aXD5/LDKvWs9r46
N5eyw5nLQqN4zotgA/P9nKQAcPMy/nKGVNOKmGzbqUMA5616Gsymr5RGIRyYrBpA
tTOm98OoBdk+GhV94XE65Q5oaCXpy530CJEEDjuFVO7To7rHTNx3Fts7tGN5p5Ci
nOo9jSfsLEaH6RX6woca
=3IlM
-----END PGP SIGNATURE-----
On Sat April 4 2009 02:08 am, ab@novell.com wrote:
P. V.
“We’re all in this together, I’m pulling for you.” Red Green
I’ll chime in and say not only is that a bad practice, you will likely break things in the process. If you want to give yourself more access, then “man sudo” as well as perhaps, at MOST, giving yourself group membership to wheel.
Otherwise, what is any difference in what you are doing to using sudo or su and doing thing as UNIX/Linux intended, using root as the super user and your user to segment your own faults to your data alone and not take the system down with it.