chmod -R 0750 ./*

jean-philippe wrote:

> I don't understand what you ask.
> Maybe what you want is :
>   chmod 0750 /Directory/*/*
> This will chmod all the files in every directories in /Directory/
>
> Or you want to chmod every files without chmod'ing the directories?
>  => find /Directory -type f -exec chmod 0750 {} \;
>
> HTH
> Flupke
>
> Sevatio Octavio wrote:
> >
> > Yes, "chmod 0750 /directory/*" would work but...
> >
> > What if there were many directories in "/directory" and you wanted to
> > chmod all the files in those directories at once?
> >
> > Seve
> >
> > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
> >
> > On 1/4/01, 4:08:48 AM, jean-philippe <[EMAIL PROTECTED]> wrote regarding
> > Re: [expert] CHMOD Question:
> >
> > > Sevatio Octavio wrote:
> > > >
> > > > >From the Console:  How do you chmod just the files in a directory tree
> > > > without going into each directory?
> > > >
> > > > Seve
> >
> > > "chmod 0750 /directory/*" should work
> >
> > > HTH
> > > Flupke
> >
> > > --
> > >         << There's no place like ~! >>
> >
> > > Gois Jean-Philippe <[EMAIL PROTECTED]>
> > > E-Systems & information technology
> > > 22 Av Jean Mermoz
> > > B-6041 Gosselies
>
> --
>         << There's no place like ~! >>
>
> Gois Jean-Philippe <[EMAIL PROTECTED]>
> E-Systems & information technology
> 22 Av Jean Mermoz
> B-6041 Gosselies


Reply via email to