What is the equilvalent of Python to this Xterminal command? root chmod -R 666 path/to/file?
import os # if not already done os.system('chmod -R 666 path/to/file')