Is there command to show Posix semaphore?
807567Mar 13 2001 — edited Mar 16 2001Hi,
I am writing a program in client/server mode. Client and server communicate through shared memory and semaphore.
I use Posix 4 semaphore (sem_open ...) library. For an unknown reason, I have no permission to generate the semaphore using a specific path name. I can delete system V semaphore using ipcrm. How can I delete the posix semaphore using command like ipcrm? Thanks a lot.
---slownet