{{Lowercase title}} {{Infobox software | name = ipcrm | logo = | screenshot = | screenshot size = | caption = | author = | developer = Various open-source and commercial developers | released = | latest release version = | latest release date = | operating system = Unix, Unix-like, IBM i | genre = Command | license = | website = }}
'''ipcrm''' is a Unix and Linux command which will mark System V interprocess communication API kernel entities for removal. Actual removal is deferred until the last connected process has detached.
System V IPC kernel entities are:
*Shared memory (interprocess communication) segments *Message queues *Semaphore arrays
==Implementations== On Linux, the {{Mono|ipcrm}} command is provided by the util-linux package.
The {{Mono|ipcrm}} command has also been ported to the IBM i operating system.<ref>{{cite web |title=IBM System i Version 7.2 Programming Qshell |language=en |author=IBM |website=IBM |author-link=IBM |url=https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzahz/rzahzpdf.pdf?view=kc |access-date=2020-09-05 }}</ref>
==See also== *List of Unix commands *ipcs – provide information on ipc facilities
==References== {{Reflist}}
==External links== *[http://www.freebsd.org/cgi/man.cgi?query=ipcrm&apropos=0&sektion=0&manpath=FreeBSD+9.0-RELEASE&arch=default&format=html ipcrm] - ipcrm man page
{{Unix commands}}
Category:Unix SUS2008 utilities Category:IBM i Qshell commands