On Sun, 2013-09-15 at 13:57 -0700, David Christensen wrote: > but copying and moving > didn't. How about a big hammer? cron: find /mnt/z/data -type f -exec chmod 777 {} \; as often as you think users may mv or cp. Try exec+ if they move a lot of files. HTH Steve