[SOLVED] CHMOD Quesiton
by Mulsimine from LinuxQuestions.org on (#4V04J)
I've SSH'ed into my webhost. I've restored a website backup and need to reset all permissions for the files and folders there. I figured out how to change all file permissions, but I cannot figure out how to target only folders. Can it be done?
This is what I used for changing all file permissions: (executed from the homedir)
Code:chmod -R 644 *.*


This is what I used for changing all file permissions: (executed from the homedir)
Code:chmod -R 644 *.*