S_IXGRP
#define S_IXGRP 0000010 /* X for group */
# define S_IXGRP (S_IEXEC >> 3)
#define S_IXGRP 00010 /* execute permission: group */