int OpenFile(char *path, int flag, int clientPid) {
int fd; int result_snd; if ((fd = open(path, flag, PERMS)) == -1) { perror("system call open() e