Skip to content

Shared Memory

Jaeyoung Lee edited this page Apr 28, 2023 · 1 revision

ipcs -m

$ ipcs -m

------ Shared Memory Segments --------
key        shmid      owner      perms      bytes      nattch     status      
0xffffffff 2          wom        232        1024       0                       
0x4101000a 3          wom        666        1024       1                       
0x4101000b 4          wom        666        1024       1                       
0x4101000c 5          wom        666        1024       1                       
0x4101000d 6          wom        666        1024       1                       
0x4101000e 7          wom        666        1024       1                       
0x4101000f 8          wom        666        1024       1                       
0x41010010 9          wom        666        1024       1                       
0x41010011 10         wom        666        1024       1      

Clone this wiki locally