GNU/Find posix acl support

Posted on Mon 28 September 2009 in Hacks • Tagged with c, find, gnuLeave a comment

Cercare file che corrispondono a delle acl posix all'interno di un filesystem molto intricato รจ sempre un delirio.

Questa patch aggiunge l'opzione -acl al comando find (GNU/Findutils).

Esempio d'uso:

$ touch 1 2 3 4
$ mkdir 5
$ setfacl -m u:root:rx 1
$ setfacl -m g:bin ...
Continue reading