Carlos Daniel Ruvalcaba Valenzuela wrote: > Yes is very possible to do this with python. > > Checkout the os.system and os.popen functions to run external commands > (chmod, chown).
While those are ways of calling external commands, it is best to use built-in language features like os.chmod() and os.chown() whenver possible. They will be much faster and less prone to errors and security issues. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor