in reply to Re: Limitations to chmod and performancein thread Limitations to chmod and performance
strace -e trace=file perl -e 'chmod 0777, "a".."z"' 2>&1 | tail -26
One will see 26 chmod system calls.
-- stefp