In Unix, I was wondering if there was a way to change all file permissions under a certain directory to a certain permission (444) while leaving the directories' permissions as they are (2775).
The chmod -R 444 /<directory>/<directory>/* will change BOTH directories and files. I just want to change the files.
thanks for the help.
The chmod -R 444 /<directory>/<directory>/* will change BOTH directories and files. I just want to change the files.
thanks for the help.