S_IRWXO
# define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
#define S_IRWXO 0000007 /* RWX mask for other */