版權所有 © 2014 by tutorialspoint
pid_t getpid(void); pid_t getppid(void);
getppid() 返回當前程序的父程序 ID。
fork (2)
kill (2)
廣告