multithreading - Find threads running for a particular process in Linux -


I want to know the thread running for a specific process in Linux? How do I manage it?

You can use

  ps - ELF  

check this link


Comments