How do I determine what process is attached to a shared memory segment?
awagner@tree:/home/awagner$ ipcs -m ------ Shared Memory Segments -------- key
Use ipcs -a: it gives detailed information of all resources [semaphore, shared-memory etc]
ipcs -a
Here is the image of the output: