PDA

View Full Version : Can I do this?


SharronH
Tue 6th May '03, 4:26am
I moved to a dedicated Linux server and I'm wondering if I can chmod all my folders and files in the folder /forums/ and all the subdirectories and files below. I have lots of hacks that requires folders and files to be chmod 777 and I don't want to do it each one at a time. If this can't be done by linux commands, then is there a program that can do it? TIA

mcncyo
Tue 6th May '03, 4:47am
I moved to a dedicated Linux server and I'm wondering if I can chmod all my folders and files in the folder /forums/ and all the subdirectories and files below. I have lots of hacks that requires folders and files to be chmod 777 and I don't want to do it each one at a time. If this can't be done by linux commands, then is there a program that can do it? TIA

you can do chmod -R 777 directoryname