TIOCEXCL
args->cmd = TIOCEXCL;
case TIOCEXCL:
ioctl(FD, TIOCEXCL, 0);
if (ioctl(pfd, TIOCEXCL, NULL) < 0) {