3

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?

Aspiring Dev
  • 505
  • 1
  • 4
  • 17

2 Answers2

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 which would just run chmod on a single file. – Aspiring Dev May 24 '17 at 19:35
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