I need to change the permissions on a file so that it cannot be executable. I still need to be able to read it through open("filename", 'rb')
. How can I do this in Python?
Asked
Active
Viewed 112 times
-5

Cong Ma
- 10,692
- 3
- 31
- 47
-
Questions should show at least an attempt to tackle the problem. – guidot Feb 22 '18 at 16:06