> I changed it to do this :
> 
> chmod 550 `{walk -p}
> chmod -w `{walk -f}

i do this so seldom, that i'm satisfied with

        for(i in `{find})
                test -d $i && chmod 550 $i || chmod -w $i

- erik

Reply via email to