Recursively changes rights for directories only?

1999-06-14 Thread Lance Hoffmeyer
As root I moved a directory structure. So that any user could read/write files I recursively changed modes for all files and directories to rw (i.e. chmod 666 *). Dumb me, eh? I now need to recursively change all directories only to xr instead of rw. What is an easy and quick way to do

Re: Recursively changes rights for directories only?

1999-06-14 Thread Dpk
On Sun, 13 Jun 1999, Lance Hoffmeyer wrote: As root I moved a directory structure. So that any user could read/write files I recursively changed modes for all files and directories to rw (i.e. chmod 666 *). Dumb me, eh? I now need to recursively change all directories only to

Re: Recursively changes rights for directories only?

1999-06-14 Thread Nathan E Norman
On Sun, 13 Jun 1999, Lance Hoffmeyer wrote: : : As root I moved a directory structure. So that any user could read/write files I recursively changed modes for : all files and directories to rw (i.e. chmod 666 *). Dumb me, eh? I now need to recursively change all directories only : to