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.
問題をデバッグするために strace を使用していました。トレースしたプロセスは次のように終了します: kill(-27335, SIGTERM) = 0 --- SIGTERM (Terminated) @ 0 (0) ---
27335 は、トレースしたプロセスの PID です。
誰がSIGTERMをプロセスに送信したかを知る方法はありますか?