ipcs โ€” Show information about the usage of XSI IPC facilities: shared memory segments, message queues, and semaphore arrays. # source: tldr ยท verified Examples: # Show information about all active IPC facilities [GNU] $ ipcs # Show information about active shared memory segments, message queues or semaphore sets [GNU] $ ipcs --shmems|--queues|--semaphores # Show full details on the resource with a specific ID [GNU] $ ipcs --shmems|--queues|--semaphores [-i|--id] resource_id # โœŽ Wrong or incomplete? Improve this page โ†’ https://curlhub.sh/man/ipcs