pid3              361 usertests.c      int pid1, pid2, pid3;
pid3              376 usertests.c      pid3 = fork();
pid3              377 usertests.c      if(pid3 == 0){
pid3              395 usertests.c      kill(pid3);