understanding stat module names

Marius Gedminas mgedmin at gmail.com
Wed Jan 18 19:32:58 EST 2006


David Bear wrote:
> I'm trying to use os.chmod and am refered to the stat module.
>
> Is there are explanation of:
>     * S_ISUID
...
>     * S_IXOTH

These come from the POSIX standard.  See
http://www.opengroup.org/onlinepubs/007908799/xsh/sysstat.h.html

HTH,
Marius Gedminas




More information about the Python-list mailing list