On Wednesday 18 November 2009 15:24:06 Velvet Pixel wrote: > How can I change permissions recursively for group but not affect the owner > or everybody permissions?
this is a question for the coreutils list seeing as how they are the ones who manage the chmod utility, not the bash guys. that said, maybe i'm missing something, but from reading the man page, the answer is obvious to me ... `chmod -R g+r dir/` -mike
signature.asc
Description: This is a digitally signed message part.