gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] {arch} perms -> shared revlib?


From: Zenaan Harkness
Subject: Re: [Gnu-arch-users] {arch} perms -> shared revlib?
Date: Fri, 24 Sep 2004 13:06:29 +1000

On Fri, 2004-09-24 at 12:45, address@hidden wrote:
> On Thu, Sep 23, 2004 at 06:28:51PM -0500, John Meinel wrote:
> > chmod -R 755 {arch}
> 
> That will change non-executable files to executable as well.
> 
> I strongly suggest the magic big-X
> 
>       chmod -R go+rX {arch}
> 
> which makes files/dirs executable/searchable for
> group and other only if executable/searchable for
> owner

That's definitely much more concise than two
'find blah/ -type [f|d] | xargs chmod ...'

Thank you very much
Zen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]