René's URL Explorer Experiment


Title: 10.3. stat — Interpreting stat() results — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/stat.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/statvfs.html
previoushttps://docs.python.org/2/library/fileinput.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
10. File and Directory Accesshttps://docs.python.org/2/library/filesys.html
stathttps://docs.python.org/2/library/stat.html#module-stat
stat()https://docs.python.org/2/library/os.html#os.stat
https://docs.python.org/2/library/stat.html#module-stat
Lib/stat.pyhttps://github.com/python/cpython/tree/2.7/Lib/stat.py
stathttps://docs.python.org/2/library/stat.html#module-stat
os.stat()https://docs.python.org/2/library/os.html#os.stat
os.fstat()https://docs.python.org/2/library/os.html#os.fstat
os.lstat()https://docs.python.org/2/library/os.html#os.lstat
stathttps://docs.python.org/2/library/stat.html#module-stat
https://docs.python.org/2/library/stat.html#stat.S_ISDIR
https://docs.python.org/2/library/stat.html#stat.S_ISCHR
https://docs.python.org/2/library/stat.html#stat.S_ISBLK
https://docs.python.org/2/library/stat.html#stat.S_ISREG
https://docs.python.org/2/library/stat.html#stat.S_ISFIFO
https://docs.python.org/2/library/stat.html#stat.S_ISLNK
https://docs.python.org/2/library/stat.html#stat.S_ISSOCK
https://docs.python.org/2/library/stat.html#stat.S_IMODE
os.chmod()https://docs.python.org/2/library/os.html#os.chmod
https://docs.python.org/2/library/stat.html#stat.S_IFMT
os.pathhttps://docs.python.org/2/library/os.path.html#module-os.path
os.stat()https://docs.python.org/2/library/os.html#os.stat
os.fstat()https://docs.python.org/2/library/os.html#os.fstat
os.lstat()https://docs.python.org/2/library/os.html#os.lstat
https://docs.python.org/2/library/stat.html#stat.ST_MODE
https://docs.python.org/2/library/stat.html#stat.ST_INO
https://docs.python.org/2/library/stat.html#stat.ST_DEV
https://docs.python.org/2/library/stat.html#stat.ST_NLINK
https://docs.python.org/2/library/stat.html#stat.ST_UID
https://docs.python.org/2/library/stat.html#stat.ST_GID
https://docs.python.org/2/library/stat.html#stat.ST_SIZE
https://docs.python.org/2/library/stat.html#stat.ST_ATIME
https://docs.python.org/2/library/stat.html#stat.ST_MTIME
https://docs.python.org/2/library/stat.html#stat.ST_CTIME
os.stat()https://docs.python.org/2/library/os.html#os.stat
os.fstat()https://docs.python.org/2/library/os.html#os.fstat
os.lstat()https://docs.python.org/2/library/os.html#os.lstat
ST_MODEhttps://docs.python.org/2/library/stat.html#stat.ST_MODE
https://docs.python.org/2/library/stat.html#stat.S_IFSOCK
https://docs.python.org/2/library/stat.html#stat.S_IFLNK
https://docs.python.org/2/library/stat.html#stat.S_IFREG
https://docs.python.org/2/library/stat.html#stat.S_IFBLK
https://docs.python.org/2/library/stat.html#stat.S_IFDIR
https://docs.python.org/2/library/stat.html#stat.S_IFCHR
https://docs.python.org/2/library/stat.html#stat.S_IFIFO
os.chmod()https://docs.python.org/2/library/os.html#os.chmod
https://docs.python.org/2/library/stat.html#stat.S_ISUID
https://docs.python.org/2/library/stat.html#stat.S_ISGID
S_ISGIDhttps://docs.python.org/2/library/stat.html#stat.S_ISGID
S_IXGRPhttps://docs.python.org/2/library/stat.html#stat.S_IXGRP
S_ENFMThttps://docs.python.org/2/library/stat.html#stat.S_ENFMT
https://docs.python.org/2/library/stat.html#stat.S_ISVTX
https://docs.python.org/2/library/stat.html#stat.S_IRWXU
https://docs.python.org/2/library/stat.html#stat.S_IRUSR
https://docs.python.org/2/library/stat.html#stat.S_IWUSR
https://docs.python.org/2/library/stat.html#stat.S_IXUSR
https://docs.python.org/2/library/stat.html#stat.S_IRWXG
https://docs.python.org/2/library/stat.html#stat.S_IRGRP
https://docs.python.org/2/library/stat.html#stat.S_IWGRP
https://docs.python.org/2/library/stat.html#stat.S_IXGRP
https://docs.python.org/2/library/stat.html#stat.S_IRWXO
https://docs.python.org/2/library/stat.html#stat.S_IROTH
https://docs.python.org/2/library/stat.html#stat.S_IWOTH
https://docs.python.org/2/library/stat.html#stat.S_IXOTH
https://docs.python.org/2/library/stat.html#stat.S_ENFMT
S_ISGIDhttps://docs.python.org/2/library/stat.html#stat.S_ISGID
S_IXGRPhttps://docs.python.org/2/library/stat.html#stat.S_IXGRP
https://docs.python.org/2/library/stat.html#stat.S_IREAD
S_IRUSRhttps://docs.python.org/2/library/stat.html#stat.S_IRUSR
https://docs.python.org/2/library/stat.html#stat.S_IWRITE
S_IWUSRhttps://docs.python.org/2/library/stat.html#stat.S_IWUSR
https://docs.python.org/2/library/stat.html#stat.S_IEXEC
S_IXUSRhttps://docs.python.org/2/library/stat.html#stat.S_IXUSR
os.chflags()https://docs.python.org/2/library/os.html#os.chflags
https://docs.python.org/2/library/stat.html#stat.UF_NODUMP
https://docs.python.org/2/library/stat.html#stat.UF_IMMUTABLE
https://docs.python.org/2/library/stat.html#stat.UF_APPEND
https://docs.python.org/2/library/stat.html#stat.UF_OPAQUE
https://docs.python.org/2/library/stat.html#stat.UF_NOUNLINK
https://docs.python.org/2/library/stat.html#stat.UF_COMPRESSED
https://docs.python.org/2/library/stat.html#stat.UF_HIDDEN
https://docs.python.org/2/library/stat.html#stat.SF_ARCHIVED
https://docs.python.org/2/library/stat.html#stat.SF_IMMUTABLE
https://docs.python.org/2/library/stat.html#stat.SF_APPEND
https://docs.python.org/2/library/stat.html#stat.SF_NOUNLINK
https://docs.python.org/2/library/stat.html#stat.SF_SNAPSHOT
10.2. fileinput — Iterate over lines from multiple input streamshttps://docs.python.org/2/library/fileinput.html
10.4. statvfs — Constants used with os.statvfs()https://docs.python.org/2/library/statvfs.html
Show Sourcehttps://docs.python.org/2/_sources/library/stat.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/statvfs.html
previoushttps://docs.python.org/2/library/fileinput.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
10. File and Directory Accesshttps://docs.python.org/2/library/filesys.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.