On Mon, Oct 4, 2010 at 11:05 PM, Narendra Sisodiya <[email protected]> wrote: > How We can create settings to that user will become sudo user. > > I know this procedure. http://lug-iitd.org/Shell_Scripts#SUDO > How ubuntu manage to do it automatically. > > > -- > ┌─────────────────────────┐ > │ Narendra Sisodiya > │ http://narendrasisodiya.com > └─────────────────────────┘ > > -- > l...@iitd - http://tinyurl.com/ycueutm >
What do you mean by ubuntu manages it automatically? Do you mean to say, the sudo <stuff> enables the user(s) created to execute root commands? It could be a group setting, say a `users' group. Every user created always is a member of this group. So, you can write in the file (which is automatically written to the file at the time of sudo installation): %users ALL=(ALL) NOPASSWD:ALL -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://twitter.com/nileshgr Website: http://www.itech7.com VPS Hosting: http://www.itech7.com/a/vps -- l...@iitd - http://tinyurl.com/ycueutm
