ACL query on filesystem

Soldato
Joined
18 May 2010
Posts
22,944
Location
London
In a domain environment.

We have groups set up in LDAP.

If an intern needs access to a particular folder wiht in a share, we usually do it via ACL's.

However I am now being asked to remove access. Thats all fine an dandy if we knew which parts of the system the intern had ACL's set.

Is there a way to query the system and get it to tell me where the interns ACL's are set?
 
Assuming you mean extended acls then it sounds like getfacl -R is your friend while manipulating the output with grep to match on the user in question
 
Back
Top Bottom