IPCS is a Linux/Unix command-line utility that provides the status of IPC (Inter-process Communication) facilities.
I am working with a shared memory application, and to delete the segments I use the following command: ipcrm -M 0…
shared-memory ipcs