CMDPIPE
(void) unlink(CMDPIPE);
fd = open(CMDPIPE, O_RDWR | O_CREAT, 0600);
if (fattach(fds[0], CMDPIPE) < 0)
fd = open(CMDPIPE, O_RDWR);