[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: File and directory permissions



On Mon, 2002-04-22 at 04:10, Martin Alfke wrote:
> You wrote:
> 
> > From: martin f krafft <madduck@madduck.net>
> > 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..  

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: