{ printf("I am the child, about to call ps using execlp.\n"); execlp("/bin/ls","ls",(char *) 0); /* If execlp() is successful, we should not reach this next ...
確定! 回上一頁