_PATH_CHMOD
(void)asystem("%s -R u+w %s", _PATH_CHMOD, dir);
(void)asystem("%s 0%o %s", _PATH_CHMOD, homeperm, dir);