Claudio Grondi wrote:
> 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_ISGID
>> * S_ENFMT
>> * S_ISVTX
>> * S_IREAD
>> * S_IWRITE
>> * S_IEXEC
>> * S_IRWXU
>> * S_IRUSR
>
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
--
http://mail.py
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_ISGID
> * S_ENFMT
> * S_ISVTX
> * S_IREAD
> * S_IWRITE
> * S_IEXEC
> * S_IRWXU
> * S_IRUSR
> * S_IWUSR
> * S_IXUSR
>
I'm trying to use os.chmod and am refered to the stat module.
Is there are explanation of:
* S_ISUID
* S_ISGID
* S_ENFMT
* S_ISVTX
* S_IREAD
* S_IWRITE
* S_IEXEC
* S_IRWXU
* S_IRUSR
* S_IWUSR
* S_IXUSR
* S_IRWXG
* S_IRGRP
* S_IWGRP
* S_IX