On 9/2/05, Pat Martin <[EMAIL PROTECTED]> wrote:
> I am new to python and wanted to write a program that looks at directory
> permissions and ext3 ACLs and also change them if needed. What modules
> would I be looking at for those functions?

os and os.path:

* http://docs.python.org/lib/module-os.html
* http://docs.python.org/lib/module-os.path.html

stat and shutil might be useful too.

HTH.

-- 

Regards,

Travis Spencer
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to