How to chmod -R on directories only?
Is it possible to chmod a directory and all of the directories in that directory without affecting the mode of the files in those directories???
From what I can tell,
#chmod -R 777 /some/directory
changes the permissions on all of the directories AND the files. I only want to change the permissions on the directories themselves.
- Joe
|