Let's assume that I have this folder structure:
|-Home
|-Subdir
|-Subsubdir
|-Subdir
Each directory includes a bunch of files.
Now I want to apply the following permissions:
- All directories - 750
- All files in these directories - 644
Is it possible to do it in one go?
I could do it in 2 passes
Why do you need to do it in 'one go' ?