On Mon, 2002-04-22 at 04:10, Martin Alfke wrote: > You wrote: > > > From: martin f krafft <[EMAIL PROTECTED]> > > Subject: Re: File and directory permissions > > What Martin sent in will work only if there are no white spaces > in file- and directory-names. > > I would prefer this one:
I would use find [path] -type d -print0 | xargs -0 chmod 2755 etc..
signature.asc
Description: This is a digitally signed message part

