S_IRWXU
#define S_IRWXU 0000700 /* RWX mask for owner */
#define S_IRWXU 00700 /* read, write, execute: owner */