Articles
Change only file permissions in a folder and sub-folders
Change only file permissions in a folder and all sub-folders. (replace "your_folder" and...
Change only folder permissions in a folder and sub-folders
find your_folder -type d -exec chmod your_permissions {} \;If you only want to change the...
