mercredi 10 décembre 2014

How to find files/directories with specific ACL


How to I do something like



find . -acl u:jim:rx
find . -acl u:*:r
find . -noacl u:jim:r


etc.


I know that the find command does not support this but, you have the idea. Are there any scripts, even for some specific scenarios?


Note 1: I am particulary intereseted in debian, but it applies to any *nix OS.


Note 2: This question focuses on a practical case, but in fact is much more general - what are the good tools for finding files in connection to ACL.



Aucun commentaire:

Enregistrer un commentaire