LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   hi plz help me in configuring sudoers file (https://www.linuxquestions.org/questions/linux-newbie-8/hi-plz-help-me-in-configuring-sudoers-file-459076/)

rammu_sivraj 06-28-2006 05:26 AM

hi plz help me in configuring sudoers file
 
Actually i created a group named 'mygroup' in which i include some some 6 members..
then i gave accessing rights to everyone by puuting the command 'chmod 755 username'
Now i got held up in configuring sudoers file
Plz guide me,how to include my group or users in the sudoers file.. how to give them the right privileges
Rammu

jschiwal 06-28-2006 05:53 AM

The sudoers file is for giving certain users or groups of users the write to run certain commands as root by entering "sudo /path/command" in the shell. It isn't for changing file permissions on the fly. You can simply add members to the group that owns the file, or use setfacl to give additional users or groups access to the file.

rammu_sivraj 06-28-2006 11:23 PM

hi.. thanks a lot yaar


All times are GMT -5. The time now is 07:17 PM.