If I select all the files and use ctrl + x c
it just asks me to change permissions to all the selected files individually and if I do it at the directory level all of the files inside are unaffected. Is there a way to change the permissions of all the selected files at once?
Asked
Active
Viewed 1.1k times
3

Aspiring Dev
- 505
- 1
- 4
- 17
2 Answers
0
Chmod, Chown and Advanced Chown don't work recursively. Use External Panelize command to list all your files in a panel, select some or all files and execute Chmod.

phd
- 82,685
- 13
- 120
- 165
-
I forgot I had opened this question but a little while after asking it I found that I described can be done. I just need to use
in the chmod window (ctrl-x c) instead of – Aspiring Dev May 24 '17 at 19:35which would just run chmod on a single file.
0
I forgot I had opened this question but a little while after asking it I found that I just need to use in the chmod window (ctrl-x c) instead of , that would produce the results I wanted.

Aspiring Dev
- 505
- 1
- 4
- 17
-
1Set, Set All and Set Marked do different things but neither run recursively AFAIK. – phd May 24 '17 at 20:03
-
So that is good to know, that makes mc chown and chmod totally useless, as I always do these recursively. – Markus Bawidamann Feb 03 '23 at 03:45