1833758 Members
2602 Online
110063 Solutions
New Discussion

sudo

 
SOLVED
Go to solution
Pravin Salgaonkar
Frequent Advisor

sudo

cant any other user other than root withou sudo or sam-r create or delete users
6 REPLIES 6
Victor BERRIDGE
Honored Contributor
Solution

Re: sudo

No...


All the best
Victor
Robert-Jan Goossens_1
Honored Contributor

Re: sudo

No not possible.

regards,
Robert-Jan
Joseph Loo
Honored Contributor

Re: sudo

hi,

no. sudo or granting permission to user with "sam -r" are the only ways.

regards.
what you do not see does not mean you should not believe
Pete Randall
Outstanding Contributor

Re: sudo

You could create a root equivalent user by giving them a uid of 0 - NOT recommended!

You could also make /etc/passwd writable by a particular group or even world-writable, but I certainly wouldn't recommend that either.

Why do you need to have someone other than root create users?


Pete

Pete
Pravin Salgaonkar
Frequent Advisor

Re: sudo

thnx
Pravin Salgaonkar
Frequent Advisor

Re: sudo

thnx