# ¼¼¸¶Æ÷¾î »ç¿ëÁßÀÎ °èÁ¤ È®ÀÎ
ipcs -s
[root@vods ~]# ipcs
------ Shared Memory Segments --------
key        shmid      owner      perms      bytes      nattch     status      
0x00000000 286097408  root      600        524288     174        dest         
0x00000000 286130177  nobody    600        26172      174        dest         
0x00000000 42303490   root      600        184324     174        dest         
------ Semaphore Arrays --------
key        semid      owner      perms      nsems     
0x00000000 0          nobody    600        1         
0x00000000 4096001    nobody    600        1         
0x00000000 4128770    nobody    600        1         
------ Message Queues --------
key        msqid      owner      perms      used-bytes   messages
    
[root@vods ~]# ipcs -q (queues °ª È®ÀÎ)
------ Shared Memory Segments --------
key        shmid      owner      perms      bytes      nattch     status      
0x00000000 286097408  root      600        524288     174        dest         
0x00000000 286130177  nobody    600        26172      174        dest         
0x00000000 42303490   root      600        184324     174        dest    
[root@vods ~]# ipcs -m (shred memory °ª È®ÀÎ)
------ Semaphore Arrays --------
key        semid      owner      perms      nsems     
0x00000000 0          nobody    600        1         
0x00000000 4096001    nobody    600        1         
0x00000000 4128770    nobody    600        1 
  
[root@vods ~]# ipcs -s (semaphore °ª È®ÀÎ)
------ Semaphore Arrays --------
key        semid      owner      perms      nsems     
0x00000000 0          nobody    600        1         
0x00000000 4096001    nobody    600        1         
0x00000000 4128770    nobody    600        1 
ipcrm [ shm | msg | sem ] id
ipcrm -q 286130177 (ÇØ´ç id°ª)
ipcrm -m 4096001 
ipcrm -s 4096001