Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Go to the source code of this file.
Namespaces | |
stat | |
Constant Groups | |
stat | |
Functions | |
def | S_IMODE |
def | S_IFMT |
def | S_ISDIR |
def | S_ISCHR |
def | S_ISBLK |
def | S_ISREG |
def | S_ISFIFO |
def | S_ISLNK |
def | S_ISSOCK |
Variables | |
int | ST_MODE = 0 |
int | ST_INO = 1 |
int | ST_DEV = 2 |
int | ST_NLINK = 3 |
int | ST_UID = 4 |
int | ST_GID = 5 |
int | ST_SIZE = 6 |
int | ST_ATIME = 7 |
int | ST_MTIME = 8 |
int | ST_CTIME = 9 |
int | S_IFDIR = 0040000 |
int | S_IFCHR = 0020000 |
int | S_IFBLK = 0060000 |
int | S_IFREG = 0100000 |
int | S_IFIFO = 0010000 |
int | S_IFLNK = 0120000 |
int | S_IFSOCK = 0140000 |
int | S_ISUID = 04000 |
int | S_ISGID = 02000 |
S_ENFMT = S_ISGID | |
int | S_ISVTX = 01000 |
int | S_IREAD = 00400 |
int | S_IWRITE = 00200 |
int | S_IEXEC = 00100 |
int | S_IRWXU = 00700 |
int | S_IRUSR = 00400 |
int | S_IWUSR = 00200 |
int | S_IXUSR = 00100 |
int | S_IRWXG = 00070 |
int | S_IRGRP = 00040 |
int | S_IWGRP = 00020 |
int | S_IXGRP = 00010 |
int | S_IRWXO = 00007 |
int | S_IROTH = 00004 |
int | S_IWOTH = 00002 |
int | S_IXOTH = 00001 |