shared memory

1.How to know wich process is using the shared memory?
2.How to flush (release) the process from the shared memory?

  1. ipcs -a / ipcs -bm / svmon

  2. ipcrm

Kind regards
zxmaus