版权所有 © 2014 tutorialspoint
pid_t getpid(void); pid_t getppid(void);
getppid() 返回当前进程父进程的进程 ID。
fork (2)
kill (2)
广告