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.
我遇到了一个问题,在调用之前知道哪些进程正在退出非常好waitpid()——因为我可能想从该/proc进程的目录中获取信息,具体取决于它是哪个。
waitpid()
/proc
我很好奇 C 或 C++ 中是否有一种编程方式来获取所有已失效进程的 PID。我知道可以grep从 中获取此信息ps,但我想知道是否有更好的方法以编程方式进行。
grep
ps