S_IXOTH
#define S_IXOTH 0000001 /* X for other */
# define S_IXOTH (S_IEXEC >> 6)
#define S_IXOTH 00001 /* execute permission: other */