shm

  1. Bill Evans at Mariposa

    Solved Examine all IPC shared memory segments

    As root, I can examine the characteristics of all IPC shared memory segments. But is there a way to see them all that's more straightforward than throwing a Brazillion segment IDs at the wall to see which ones stick, as below? #include <sys/ipc.h> #include <sys/shm.h> #include <sys/types.h>...
Back
Top