From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <57f30b10de3cf175239d5f5492ca80c3@quanstro.net> From: erik quanstrom Date: Fri, 28 Aug 2009 13:18:38 -0400 To: 9fans@9fans.net In-Reply-To: <4A980DAE.6050205@maht0x0r.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] walk updated, earth shatters Topicbox-Message-UUID: 5a782020-ead5-11e9-9d60-3106f5b1d025 > 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