Answers

Question and Answer:

  Home  Unix/Linux programming

⟩ How would you remove a semaphore / shared memory whose owner processes have died?

ipcrm -sem id ; for semaphores

ipcrm -shm id ; for shared mem

 168 views

More Questions for you: