I am looking for a way of forcing file ownership/group and permissions for all files added to an area, regardless of who does it. I could put in my crontab: chown -R root.users /thisdir/thadir chmod -R 755 /thisdir/thatdir Is there a way that I can force different defaults for different directories? Thanks - Bob Kruger