I am attaching the /etc/sudoers file present on the live dvd
This file gets replaced on hdd installation.
2009/9/11 surreal
> Is there any way of enabling sudo to all users without having to know their
> names?
>
>
>
> --
> Harshad Joshi
>
--
Harshad Joshi
sudoers
Description: Binary da
On Fri, Sep 11, 2009 at 10:44:53AM +0530, surreal wrote:
> Is there any way of enabling sudo to all users without having to know their
> names?
The sample /etc/sudoers has the following text:
# Uncomment to allow members of group sudo to not need a password
# %sudo ALL=NOPASSWD: ALL
--
You may need to change/customize 2 things..
set 'sudo' in the list of default groups to which a newly created user
belong - /etc/default/adduser file.
set %sudo ALL=(ALL): ALL in /etc/sudoers
Rgds, Ravi
On Fri, Sep 11, 2009 at 10:44 AM, surreal wrote:
> Is there any way of enabling sudo to all
Is there any way of enabling sudo to all users without having to know their
names?
--
Harshad Joshi