Is there a fast way to get acl's for the whole filesystem (or chunk thereof)

aputerguy nabble@kosowsky.org
Fri Nov 6 18:29:00 GMT 2009


Eric Blake writes...
> But if you WANT to guarantee a newline between processes, just ask for it.
>  Here's one way:
>
> find -print0 | xargs -0 sh -c 'getfacl "$@"; echo' sh

That works!
But it is more than a third slower, presumably because of the extra shell
overhead.
Is there any way to "ask for the newline" without incurring that overhead?

-- 
View this message in context: http://old.nabble.com/Is-there-a-fast-way-to-get-acl%27s-for-the-whole-filesystem-%28or-chunk-thereof%29-tp26222793p26230851.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list