View Single Post
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#8
Originally Posted by digitalvoid View Post
Code:
import os  # if not already done
os.system('chmod -R 666 path/to/file')
This script doesn't do anything because it doesn't have root access to do anything.