getppid


getppid

 親プロセスのプロセスIDを返します。

サンプルプログラム

printf "pid=(%d) ppid=(%d)\n", $$, getppid;


関連項目

プロセスIDの取得