pid1              361 usertests.c      int pid1, pid2, pid3;
pid1              365 usertests.c      pid1 = fork();
pid1              366 usertests.c      if(pid1 == 0)
pid1              393 usertests.c      kill(pid1);