|
|
|
|
||||||
| comp.unix.shell Using and programming the Unix shell. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
I have thousands of files on my server that have the wrong security, (0777), I would like to remove the execution permission to one folder. What would the shell command be to recursively set the permission on a folder? Thanks Simon |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
In article <5gmsm7F3gl9meU1@mid.individual.net>,
Simon <spambucket@example.com> wrote: >Hi, > >I have thousands of files on my server that have the wrong security, (0777), >I would like to remove the execution permission to one folder. >What would the shell command be to recursively set the permission on a >folder? > >Thanks > >Simon > chmod -R ... |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
In article <5gmsm7F3gl9meU1@mid.individual.net>,
Simon <spambucket@example.com> wrote: >Hi, > >I have thousands of files on my server that have the wrong security, (0777), >I would like to remove the execution permission to one folder. >What would the shell command be to recursively set the permission on a >folder? > >Thanks > >Simon > chmod -R ... |
|
![]() |
| Outils de la discussion | |
|
|