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