MKDIR_PERMS
#define CREAT_PERMS (MKDIR_PERMS & ~(S_IXUSR | S_IXGRP | S_IXOTH))
if (mkdir(name, MKDIR_PERMS) < 0) {