Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-19-2008
LordJezo
Guest
 

Posts: n/a
Bits: 0 [Banking]
Possible to give sudo access to subdirectories?

Say I want to give someone access to /example/directory/* where * equals all the sub directories inside of /example/directory

I tried doing something like

joe DEV1=(ROOT) /example/directory/

But that doesn't seem to want to work. If I give him the full subdirectory path, like..


joe DEV1=(ROOT) /example/directory/something/apache/

He can run everything but I'd like to make it a little broader than that.

Is this possible with sudo?
Sponsored Links