Re: understanding stat module names

2006-01-18 Thread David Bear
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 >

Re: understanding stat module names

2006-01-18 Thread Marius Gedminas
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

Re: understanding stat module names

2006-01-18 Thread Claudio Grondi
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 >

understanding stat module names

2006-01-18 Thread David Bear
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