python3 change file permissions

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "python3 change file permissions"
Beatrice
12 Jul 2016
1#import os
2os.chmod('yourfiletochange.csv', 0o777)