regarding sudoers permission
by shipon_97 from LinuxQuestions.org on (#55G8S)
Dear Experts ,
I have a normal user 'bob' in linux . I try to execute below command :
chmod o+r file1
using bob . but It denied . Now I want to add bob user in sudoers file so that bob can permit only execute this command .
And make sure that Bob should not execute other privileged command .
I need your help ...


I have a normal user 'bob' in linux . I try to execute below command :
chmod o+r file1
using bob . but It denied . Now I want to add bob user in sudoers file so that bob can permit only execute this command .
And make sure that Bob should not execute other privileged command .
I need your help ...