Is there some similarly all incompassing command to revert: /bin/chmod -R A=everyone@:full_set:fd:allow /some-dir back to a more default chmod 755 on directories and 644 on type -f files? (and no acls set) I mean short of using `find' in comination with chmod.