Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 194 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 194 Bytes

share_memery

A share memery test

#how to use

gcc -o srv srv.c

gcc -o clt clt.c


./srv zcs

shmid:262144

./clt 262144

#other command

ipcs

ipcrm -m 262144