Re: giving root access
- From: Teemu Likonen <tlikonen@xxxxxx>
- Date: Wed, 01 Jul 2009 08:09:38 GMT
On 2009-07-01 01:04 (-0700), zix wrote:
Hi, I know there has been enough discussion on this, but still cant
find the right answer.
If I change the /etc/sudoers file by visudo and try to give any user
root access, why cant i use adduser, or passwd?
# User privilege specification
root ALL=(ALL) ALL
zix ALL=(ALL) ALL
[zix@dns comps]$ adduser zix1
adduser: unable to lock password file
passwd sandy
passwd: Only root can specify a user name.
how do I make the change?any quick help please, somebody..
Sudo means access control through "sudo" command. So, try:
$ sudo adduser zix1
$ sudo passwd
That user (zix) needs to give his/her own address.
.
- References:
- giving root access
- From: zix
- giving root access
- Prev by Date: giving root access
- Next by Date: Re: giving root access
- Previous by thread: giving root access
- Next by thread: Re: giving root access
- Index(es):
Relevant Pages
|