|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
Recursively chmod only directories or files |
|||||
Ever come across the problem of needing to chmod a directory and its many, many, sub-directories, but you don’t want to touch any of the files? Maybe it’s the exact opposite, or you need to recursively change the permissions on only files with a specific extension. Well I had a similar problem with one of the RainSoft Letters server backups. Luckily, I came across a post on movabletripe that dealt with the problem, as well as having some additional find snippets in the comments. The original article is here: Recursively chmod directories only.
If you check the comments, you’ll find a few additional snippets:
|
|||||