[CLUE-Tech] bash - find, xargs, chmod

David Anselmi anselmi at americanisp.net
Fri Nov 22 08:32:43 MST 2002


David Willson wrote:
[...]
> 
> I can use this with no problem.
>   chmod -R 2770 *
> 
> But I am concerned about making all the files executable...

How about:

chmod -R u+rwX,g+srwX,o= *

Dave




More information about the clue-tech mailing list