chmod directories recursively

Fabian Steiner info at fabis-site.net
Tue Jul 17 12:19:58 EDT 2007


Hello!

As far as I can see os.chmod() doesn't adjust permissions on directories
recusively. Is there any other possibility to achieve this aim except for
calling os.system('chmod -R /dir') directly?

Thanks,
Fabian



More information about the Python-list mailing list