View Single Post
Posts: 200 | Thanked: 300 times | Joined on Nov 2009 @ The Netherlands
#6
Originally Posted by maxximuscool View Post
What is the equilvalent of Python to this Xterminal command?

root
chmod -R 666 path/to/file?
Code:
import os  # if not already done
os.system('chmod -R 666 path/to/file')
 

The Following 2 Users Say Thank You to digitalvoid For This Useful Post: