#include #include #include int main(void) { printf("Run a new process with pid = %d and ppid = %d\n", getpid(), getppid()); return 0; }