#!/bin/sh find /n/silver/2/$1 -user `whoami` \( \( -type d -exec chmod g-l,g+rwXs {} \; \) -o \( -exec chmod g-s,g+rwX {} \; \) \)