python3 change file permissions

Solutions on MaxInterview for python3 change file permissions by the best coders in the world

showing results for - "python3 change file permissions"
Beatrice
12 Jul 2016
1#import os
2os.chmod('yourfiletochange.csv', 0o777)