View previous topic :: View next topic |
Author |
Message |
Guest Guest
|
Posted: Mon May 13, 2002 9:45 am Post subject: su - root |
|
|
hello.
I recently installed gentoo, and noticed that a normal user cant su - root, Permission denied.
What for?
Do I have to have sudo and belong to a group that can do so or what?
/me a newbie |
|
Back to top |
|
|
RickN n00b
Joined: 29 Apr 2002 Posts: 26
|
Posted: Mon May 13, 2002 9:47 am Post subject: |
|
|
Tjek the faq, because this question is frequently asked... |
|
Back to top |
|
|
DArtagnan l33t
Joined: 30 Apr 2002 Posts: 942 Location: Israel, Jerusalem
|
Posted: Mon May 13, 2002 9:58 am Post subject: su |
|
|
run this command:
# groupadd -g [yourusername] -o wheel
to be able to use "su" the user must be in "wheel" group _________________ All for one and one for All
--
MACPRO machine... |
|
Back to top |
|
|
Guest
|
Posted: Mon May 13, 2002 11:43 am Post subject: Re: su |
|
|
pacman wrote: | run this command:
# groupadd -g [yourusername] -o wheel
to be able to use "su" the user must be in "wheel" group |
i see....
Thanx! |
|
Back to top |
|
|
|