[SciPy-dev] CVS problem

Pearu Peterson pearu at cens.ioc.ee
Thu Feb 14 03:43:54 EST 2002


On Thu, 14 Feb 2002, eric wrote:

> Ok. I think...  I ran this, which applies the command recursively.
> 
> chmod -R g+s scipy
> 
> Now everything looks something like this.
> 
> drwxrwsr-x    2 ej       users        4096 Feb 14 02:09 doc
> 
> The potential mistake is that it did this to all the files in the directories
> too.  oops.  Any harm done by this?

   cd /home/cvsroot/world
   find scipy/ -type f -exec chmod 0444 "{}" ';'

should fix this oops. Right, Prabhu?

Pearu






More information about the SciPy-Dev mailing list