Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は C でプログラムを書いています。プログラムはfork()起動時に 1 回実行します。親プロセスが終了したときに子プロセスを自力で終了させる最良の方法は何ですか (親が子プロセスを明示的に強制終了することなく)
fork()
たとえば、親プロセスに SIGTERM を送信すると、子プロセスは終了しません。